perf: api dashboard (#9615)

Co-authored-by: feng <1304903146@qq.com>
pull/9617/head
fit2bot 2023-02-17 20:18:22 +08:00 committed by GitHub
parent 60bdd17ca2
commit 2b29ce69f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from audits.models import UserLoginLog, PasswordChangeLog, OperateLog, FTPLog, J
from common.utils import lazyproperty from common.utils import lazyproperty
from common.utils.timezone import local_now, local_zero_hour from common.utils.timezone import local_now, local_zero_hour
from ops.const import JobStatus from ops.const import JobStatus
from ops.models import Job, JobExecution, JobAuditLog from ops.models import JobExecution
from orgs.caches import OrgResourceStatisticsCache from orgs.caches import OrgResourceStatisticsCache
from orgs.utils import current_org from orgs.utils import current_org
from terminal.models import Session, Command from terminal.models import Session, Command