mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03:00
6c2aebbf0c
refs https://github.com/TryGhost/Toolbox/issues/356 - skateboard version w/ loading data from API, settings button guarded by labs, and a basic UI populating a table with info
10 lines
222 B
JavaScript
10 lines
222 B
JavaScript
import AdminRoute from 'ghost-admin/routes/admin';
|
|
|
|
export default class AuditLogRoute extends AdminRoute {
|
|
buildRouteInfoMetadata() {
|
|
return {
|
|
titleToken: 'Settings - Audit log'
|
|
};
|
|
}
|
|
}
|