mirror of https://github.com/jumpserver/jumpserver
fix: 获取账号改密的任务列表超时
parent
b28aec527f
commit
66cd6e95a8
|
@ -123,7 +123,7 @@ class AutomationExecution(OrgModelMixin):
|
|||
)
|
||||
|
||||
class Meta:
|
||||
ordering = ('-date_start',)
|
||||
ordering = ('org_id', '-date_start',)
|
||||
verbose_name = _('Automation task execution')
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue