mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
feat: add schedule route
This commit is contained in:
committed by
Rainer Killinger
parent
e2b4b0467d
commit
785813c3fb
@@ -52,6 +52,19 @@ const config: Partial<SCConfigFile> = {
|
||||
icon: 'menu',
|
||||
id: 'main',
|
||||
items: [
|
||||
{
|
||||
icon: 'calendar',
|
||||
route: '/schedule',
|
||||
title: 'schedule',
|
||||
translations: {
|
||||
de: {
|
||||
title: 'Stundenplan',
|
||||
},
|
||||
en: {
|
||||
title: 'schedule'
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: 'newspaper',
|
||||
route: '/',
|
||||
|
||||
Reference in New Issue
Block a user