mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 22:53:32 +03:00
067bfe92a4
refs https://github.com/TryGhost/Toolbox/issues/356 - this is now longer needed now Audit log/History is GA
10 lines
212 B
JavaScript
10 lines
212 B
JavaScript
import AdminRoute from 'ghost-admin/routes/admin';
|
|
|
|
export default class HistoryRoute extends AdminRoute {
|
|
buildRouteInfoMetadata() {
|
|
return {
|
|
titleToken: 'History log'
|
|
};
|
|
}
|
|
}
|