perf: update automation report template

This commit is contained in:
ibuler
2025-03-17 19:20:29 +08:00
committed by 老广
parent f5a2f5e538
commit 6913518046
6 changed files with 13 additions and 10 deletions

View File

@@ -45,6 +45,9 @@ class AutomationExecution(AssetAutomationExecution):
('add_backupaccountexecution', _('Can add backup account execution')),
]
def __str__(self):
return '{}: {}'.format(self.snapshot.get('name', ''), self.id)
@property
def manager(self):
from accounts.automations.endpoint import ExecutionManager