mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 03:52:52 +00:00
refactor: remove canteen menu item until app module ready
This commit is contained in:
committed by
Rainer Killinger
parent
b74e056826
commit
570d7bac7c
@@ -91,19 +91,20 @@ const config: Partial<SCConfigFile> = {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: 'cafe',
|
||||
route: '/canteen',
|
||||
title: 'canteen',
|
||||
translations: {
|
||||
de: {
|
||||
title: 'Mensa',
|
||||
},
|
||||
en: {
|
||||
title: 'canteen',
|
||||
},
|
||||
},
|
||||
},
|
||||
// TODO: put back after app module is ready
|
||||
// {
|
||||
// icon: 'cafe',
|
||||
// route: '/canteen',
|
||||
// title: 'canteen',
|
||||
// translations: {
|
||||
// de: {
|
||||
// title: 'Mensa',
|
||||
// },
|
||||
// en: {
|
||||
// title: 'canteen',
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
],
|
||||
name: 'main menu',
|
||||
translations: {
|
||||
|
||||
Reference in New Issue
Block a user