Menu: Re-add missing menu items

This commit is contained in:
Eric Lippmann 2014-01-28 13:34:25 +01:00
parent 59cb1d3cc7
commit a12f9614be
2 changed files with 49 additions and 63 deletions

View File

@ -1,22 +1,17 @@
;[menu]
;Dashboard.title = "Dashboard"
;Dashboard.route = "/dashboard/index"
;Dashboard.iconClass = "icinga-icon-dashboard-petrol"
;
;Configuration.title = "Configuration"
;Configuration.route = "/config/index"
;Configuration.iconClass = "icinga-icon-configuration-petrol"
[Home] [Home]
title = "Home" title = "Home"
url = "/index/welcome" url = "/index/welcome"
priority = "1" icon = "/img/icons/down_petrol.png"
icon = "/img/icons/down.png" priority = 1
[Configuration]
title = "Configuration"
url = "/config/index"
icon_class = "icinga-icon-configuration-petrol"
priority = 2
[Dashboard] [Dashboard]
title = "Dashboard" title = "Dashboard"
url = "/dashboard/index" url = "/dashboard/index"
priority = "5" icon = "/img/icons/dashboard_petrol.png"
icon = "/img/icons/askgoogle.jpg" priority = 3
icon_class = "testclass"

View File

@ -1,52 +1,43 @@
; title
; url
; priority
; icon
; icon class
[Hosts] [Hosts]
title = "Hosts" title = "Hosts"
url = "/monitoring/index" url = "/monitoring/list/hosts"
priority = "2" icon_class = "icinga-icon-host-petrol"
icon = ""
[Hosts.Problems] [Services]
url = "/monitoring/index?grp=probs" title = "Services"
priority = "1" url = "/monitoring/list/services"
icon = "" icon_class = "icinga-icon-service-petrol"
[Hosts.Mail] [Downtimes]
priority = "2" title = "Downtimes"
icon = "" url = "/monitoring/list/downtimes"
icon_class = "icinga-icon-down-petrol"
[Hosts.Exchange] [Notifications]
title = "Hosts Exchange" title = "Notifications"
url = "/monitoring/index?grp=exchange" url = "/monitoring/list/notifications"
priority = "5" icon_class = "icinga-icon-notification-petrol"
icon = ""
[Cluster] [Comments]
title = "Cluster" title = "Comments"
url = "/monitoring/index?grp=cluster" url = "/monitoring/list/comments"
priority = "10" icon_class = "icinga-icon-comment-petrol"
icon = ""
[Cluster.Cluster1] [Servicegroups]
title = "Cluster Cluster1" title = "Servicegroups"
url = "#" url = "/monitoring/list/servicegroups"
priority = "1" icon_class = "icinga-icon-servicegroup-petrol"
icon = ""
[Cluster.Cluster2] [Hostgroups]
title = "Cluster 2" title = "Hostgroups"
url = "#" url = "/monitoring/list/hostgroups"
priority = "2" icon_class = "icinga-icon-hostgroup-petrol"
icon = ""
[History]
title = "History"
url = "/monitoring/list/eventhistory"
icon_class = "icinga-icon-history-petrol"
[Hosts.Exchange.Ex1] [Performance]
title = "Hosts Exchange Ex1" title = "Performance"
url = "#" url = "/monitoring/process/performance"
priority = "2"
icon = ""