Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/Application/config/module.config.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/module/Application/config/module.config.php b/module/Application/config/module.config.php
index a056802..2d41824 100644
--- a/module/Application/config/module.config.php
+++ b/module/Application/config/module.config.php
@@ -123,10 +123,12 @@ return array(
'default' => array(
array(
'label' => _('Dashboard'),
+ 'id' => 'topnavbar-dashboard',
'route' => 'dashboard',
),
array(
'label' => _('Jobs'),
+ 'id' => 'topnavbar-job',
'route' => 'job',
'pages' => array(
array(
@@ -143,18 +145,22 @@ return array(
),
array(
'label' => _('Restore'),
+ 'id' => 'topnavbar-restore',
'route' => 'restore',
),
array(
'label' => _('Clients'),
+ 'id' => 'topnavbar-client',
'route' => 'client',
),
array(
'label' => _('Schedules'),
+ 'id' => 'topnavbar-schedule',
'route' => 'schedule',
),
array(
'label' => _('Storages'),
+ 'id' => 'topnavbar-storage',
'route' => 'storage',
'pages' => array(
array(
@@ -181,6 +187,7 @@ return array(
),
array(
'label' => _('Director'),
+ 'id' => 'topnavbar-director',
'route' => 'director',
),
),