Certificates UI for all hosts, Access Lists placeholder, audit log tweaks
This commit is contained in:
@@ -19,6 +19,7 @@ const internalAuditLog = {
|
||||
let query = auditLogModel
|
||||
.query()
|
||||
.orderBy('created_on', 'DESC')
|
||||
.orderBy('id', 'DESC')
|
||||
.limit(100)
|
||||
.allowEager('[user]');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user