How to add a menu item in the "Home" menu
Posted: Mon Apr 09, 2018 10:02 am
Hi,
I want to add 1 menu Item "Operations center CD04 - Support" in the "Home" left menu (In the Quickview)
I've got currently from top to bottom :
Home dashboard
Tactical overview
Birdseye
Operation screen
Operations center
Operations center CD04 (a previous customed item)
I want to add my item bellow Operations center CD04
I created a directory for my menu item in /usr/local/nagiosxi/html/includes/components
for that item I wrote a inc.php file with the following code in the function xxx_component_addmenu
Now I can't see my new item and the following items disappeared :
Operations center
Operations center CD04
My menu is now :
Home dashboard
Tactical overview
Birdseye
Operation screen
Open service problem
...
Please tell me how to add my menu item (and display the menu items that disappeared)
I attached all the include files for menu items :
Operation screen
Operations center
Operations center CD04
Operations center CD04 - Support
Rgds,
Frederic
I want to add 1 menu Item "Operations center CD04 - Support" in the "Home" left menu (In the Quickview)
I've got currently from top to bottom :
Home dashboard
Tactical overview
Birdseye
Operation screen
Operations center
Operations center CD04 (a previous customed item)
I want to add my item bellow Operations center CD04
I created a directory for my menu item in /usr/local/nagiosxi/html/includes/components
for that item I wrote a inc.php file with the following code in the function xxx_component_addmenu
Code: Select all
$neworder=$order+0.1; //determine my menu order
Now I can't see my new item and the following items disappeared :
Operations center
Operations center CD04
My menu is now :
Home dashboard
Tactical overview
Birdseye
Operation screen
Open service problem
...
Please tell me how to add my menu item (and display the menu items that disappeared)
I attached all the include files for menu items :
Operation screen
Operations center
Operations center CD04
Operations center CD04 - Support
Rgds,
Frederic