Remove menu entries which point to not working views

refs #4583
This commit is contained in:
Eric Lippmann 2013-08-20 11:23:17 +02:00 committed by Marius Hein
parent d348477455
commit 23aa1830a5
1 changed files with 11 additions and 7 deletions

View File

@ -1,14 +1,18 @@
[menu] [menu]
Issues.title = "Issues" ; Extended version ;Remove component as of #4583 since it's not working
Issues.route = "/monitoring/list/services?problems=1&sort=severity" ; Explicit route ;Issues.title = "Issues" ; Extended version
Issues.key = "issues" ; When this key is set in the controller, the item is active ;Issues.route = "/monitoring/list/services?problems=1&sort=severity" ; Explicit route
;Issues.key = "issues" ; When this key is set in the controller, the item is active
Changes.title = "Recent Changes" ;Remove component as of #4583 since it's not working
Changes.route = "/monitoring/list/services?sort=service_last_state_change" ;Changes.title = "Recent Changes"
_1 = 1 ;Spacer after this section ;Changes.route = "/monitoring/list/services?sort=service_last_state_change"
;_1 = 1 ;Spacer after this section
Hosts = "/monitoring/list/hosts" Hosts = "/monitoring/list/hosts"
Services = "/monitoring/list/services" Services = "/monitoring/list/services"
Downtimes = "/monitoring/list/downtimes" Downtimes = "/monitoring/list/downtimes"
Notifications = "/monitoring/list/notifications" Notifications = "/monitoring/list/notifications"
Summaries = "/monitoring/summary/group/by/hostgroup"
;Remove component as of #4583 since it's not working
;Summaries = "/monitoring/summary/group/by/hostgroup"