Add Maintenance on the Side bar
This commit is contained in:
parent
0b45dd6981
commit
f405fdc32a
|
@ -58,7 +58,8 @@ export const ADMIN_ROUTES: RouteInfo[] = [
|
||||||
{ path: '/tenants', title: 'SIDE-BAR.TENANTS', icon: 'tenancy' },
|
{ path: '/tenants', title: 'SIDE-BAR.TENANTS', icon: 'tenancy' },
|
||||||
{ path: '/users', title: 'SIDE-BAR.USERS', icon: 'people' },
|
{ path: '/users', title: 'SIDE-BAR.USERS', icon: 'people' },
|
||||||
{ path: '/languages', title: 'SIDE-BAR.LANGUAGES', icon: 'language' },
|
{ 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[] = [
|
export const DATASET_TEMPLATE_ROUTES: RouteInfo[] = [
|
||||||
|
|
|
@ -351,7 +351,8 @@
|
||||||
"REFERENCE-TYPES":"Reference Types",
|
"REFERENCE-TYPES":"Reference Types",
|
||||||
"TENANTS": "Tenants",
|
"TENANTS": "Tenants",
|
||||||
"REFERENCES": "References",
|
"REFERENCES": "References",
|
||||||
"LANGUAGES": "Languages"
|
"LANGUAGES": "Languages",
|
||||||
|
"MAINTENANCE": "Maintenance"
|
||||||
},
|
},
|
||||||
"DESCRIPTION-TEMPLATE-EDITOR": {
|
"DESCRIPTION-TEMPLATE-EDITOR": {
|
||||||
"TITLE": {
|
"TITLE": {
|
||||||
|
|
Loading…
Reference in New Issue