chg: [audit logs] tied into side menu

pull/92/head
iglocska 2021-11-17 14:45:20 +01:00
parent de2ee49ccf
commit af4f114f2f
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 6 additions and 1 deletions

View File

@ -113,6 +113,11 @@ class Sidemenu {
'url' => '/instance/migrationIndex',
'icon' => 'database',
],
'AuditLogs' => [
'label' => __('Audit Logs'),
'url' => '/auditLogs/index',
'icon' => 'history',
],
]
],
],
@ -144,4 +149,4 @@ class Sidemenu {
]
];
}
}
}