mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-29 21:51:31 +00:00
fix: swagger 500
This commit is contained in:
@@ -45,6 +45,9 @@ class AdHocExecution(BaseAnsibleExecution):
|
||||
)
|
||||
return runner
|
||||
|
||||
def task_display(self):
|
||||
return str(self.task)
|
||||
|
||||
class Meta:
|
||||
db_table = "ops_adhoc_execution"
|
||||
get_latest_by = 'date_start'
|
||||
|
||||
Reference in New Issue
Block a user