Ensure that our menu inis are in sync and up2date

The menu configurations for vagrant missed the entries for the timeline,
applicationlog and contacts-view.

fixes #6512
This commit is contained in:
Johannes Meyer 2014-07-11 08:49:58 +02:00
parent ab410de615
commit b046023623
3 changed files with 19 additions and 0 deletions

View File

@ -18,6 +18,11 @@ title = "Configuration"
url = "config"
priority = 300
[System.ApplicationLog]
title = "Application log"
url = "list/applicationlog"
priority = 400
[Logout]
url = "authentication/logout"
icon = img/icons/logout.png

View File

@ -71,6 +71,11 @@ title = "Comments"
url = "monitoring/list/comments"
priority = 70
[Overview.Contacts]
title = "Contacts"
url = "monitoring/list/contacts"
priority = 70
[History]
icon = "img/icons/history.png"
@ -87,6 +92,10 @@ url = "monitoring/list/notifications"
title = "All Events"
url = "monitoring/list/eventhistory?timestamp>=-7%20days"
[History.Timeline]
title = "Timeline"
url = "monitoring/timeline"
[System.Process Info]
title = "Process Info"
url = "monitoring/process/info"

View File

@ -71,6 +71,11 @@ title = "Comments"
url = "monitoring/list/comments"
priority = 70
[Overview.Contacts]
title = "Contacts"
url = "monitoring/list/contacts"
priority = 70
[History]
icon = "img/icons/history.png"