mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 07:27:35 +00:00
fix: 获取账号改密的任务列表超时
This commit is contained in:
@@ -123,7 +123,7 @@ class AutomationExecution(OrgModelMixin):
|
|||||||
)
|
)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ('-date_start',)
|
ordering = ('org_id', '-date_start',)
|
||||||
verbose_name = _('Automation task execution')
|
verbose_name = _('Automation task execution')
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user