diff --git a/module/Application/config/module.config.php b/module/Application/config/module.config.php index 932c2894..e44e371a 100644 --- a/module/Application/config/module.config.php +++ b/module/Application/config/module.config.php @@ -133,30 +133,6 @@ 'label' => 'Dashboard', 'route' => 'dashboard', ), - array( - 'label' => 'Director', - 'route' => 'director', - ), - array( - 'label' => 'Filesets', - 'route' => 'fileset', - ), - array( - 'label' => 'Pools', - 'route' => 'pool', - ), - array( - 'label' => 'Volumes', - 'route' => 'media', - ), - array( - 'label' => 'Storages', - 'route' => 'storage', - ), - array( - 'label' => 'Clients', - 'route' => 'client', - ), array( 'label' => 'Jobs', 'route' => 'job', @@ -177,7 +153,35 @@ 'label' => 'Restore', 'route' => 'restore', ), + array( + 'label' => 'Clients', + 'route' => 'client', + ), + array( + 'label' => 'Storage', + 'route' => 'storage', + ), + /*array( + 'label' => 'Volumes', + 'route' => 'media', + ), + array( + 'label' => 'Pools', + 'route' => 'pool', + ),*/ + array( + 'label' => 'Director', + 'route' => 'director', + ), + /*array( + 'label' => 'Filesets', + 'route' => 'fileset', + ), + array( + 'label' => 'Storages', + 'route' => 'storage', + )*/ ), - ), + ), ); diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index c883ce05..bf439fb1 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -61,6 +61,8 @@ echo $this->doctype(); +
+