perf: Translate

This commit is contained in:
feng
2025-02-27 18:48:44 +08:00
committed by ZhaoJiSen
parent 33f3281a1f
commit 35ec9dc2f4
10 changed files with 543 additions and 469 deletions

View File

@@ -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)