I can add multiple tabs
This commit is contained in:
@@ -86,6 +86,10 @@ class BaseCommand:
|
||||
|
||||
return self
|
||||
|
||||
@property
|
||||
def url(self):
|
||||
return f"{ROUTE_ROOT}{Routes.Commands}?c_id={self.id}"
|
||||
|
||||
def __str__(self):
|
||||
return f"Command({self.name})"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user