Files
create_mojo_app/xxx/app/navigation.conf
2025-04-09 21:43:00 +02:00

40 lines
1.3 KiB
Plaintext

{
navigation => {
menu => [
# {
# text => 'QS',
# dropdown => [
# { text => 'Arbeitsvorrat', href => '/rech/qs' },
# ]
# },
# {
# text => 'Recherchen',
# dropdown => [
# { text => 'Was steht zum Transport bereit?', href => '/rech/dropd' },
# { text => 'Was wird gerade transportiert?', href => '/rech/taken' },
# { text => 'Was wurde bereits transportiert?', href => '/rech/done' },
# ]
# },
# {
# text => 'Auswertungen',
# dropdown => [
# { text => 'Transportstatistik', href => '/rept/statistik/0' },
# { text => 'QS-Statistik', href => '/rept/statistik/1' },
# ]
# },
# {
# text => 'Konfiguration',
# priv => 'admin',
# dropdown => [
# { text => 'Standort festlegen', href => '/conf/stdort' },
# ]
# },
{
priv => 'user',
text => 'JSTree Template',
href => '/jstreetemplate',
},
],
}
};