Add Maintenance on the Side bar

This commit is contained in:
George Kalampokis 2023-12-14 15:02:13 +02:00
parent 0b45dd6981
commit f405fdc32a
2 changed files with 5 additions and 3 deletions

View File

@ -58,7 +58,8 @@ export const ADMIN_ROUTES: RouteInfo[] = [
{ path: '/tenants', title: 'SIDE-BAR.TENANTS', icon: 'tenancy' },
{ path: '/users', title: 'SIDE-BAR.USERS', icon: 'people' },
{ path: '/languages', title: 'SIDE-BAR.LANGUAGES', icon: 'language' },
{ path: '/supportive-material', title: 'SIDE-BAR.SUPPORTIVE-MATERIAL', icon: 'import_contacts' }
{ path: '/supportive-material', title: 'SIDE-BAR.SUPPORTIVE-MATERIAL', icon: 'import_contacts' },
{ path: '/index-managment', title: 'SIDE-BAR.MAINTENANCE', icon: 'build'}
];
export const DATASET_TEMPLATE_ROUTES: RouteInfo[] = [

View File

@ -351,7 +351,8 @@
"REFERENCE-TYPES":"Reference Types",
"TENANTS": "Tenants",
"REFERENCES": "References",
"LANGUAGES": "Languages"
"LANGUAGES": "Languages",
"MAINTENANCE": "Maintenance"
},
"DESCRIPTION-TEMPLATE-EDITOR": {
"TITLE": {
@ -2508,4 +2509,4 @@
"FINALIZED": "Finalized",
"DELETED": "Deleted"
}
}
}