mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-25 06:42:49 +00:00
perf: Translate
This commit is contained in:
@@ -159,10 +159,6 @@ class AutomationExecution(OrgModelMixin):
|
||||
)
|
||||
verbose_name = _("Automation task execution")
|
||||
|
||||
@property
|
||||
def short_id(self):
|
||||
return str(self.id)[:8]
|
||||
|
||||
@property
|
||||
def is_finished(self):
|
||||
return bool(self.date_finished)
|
||||
|
Reference in New Issue
Block a user