first commit
This commit is contained in:
39
xxx/app/navigation.conf
Normal file
39
xxx/app/navigation.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
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',
|
||||
},
|
||||
],
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user