mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-07 02:10:23 +00:00
perf: update automation report template
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user