mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
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:
parent
ab410de615
commit
b046023623
@ -18,6 +18,11 @@ title = "Configuration"
|
|||||||
url = "config"
|
url = "config"
|
||||||
priority = 300
|
priority = 300
|
||||||
|
|
||||||
|
[System.ApplicationLog]
|
||||||
|
title = "Application log"
|
||||||
|
url = "list/applicationlog"
|
||||||
|
priority = 400
|
||||||
|
|
||||||
[Logout]
|
[Logout]
|
||||||
url = "authentication/logout"
|
url = "authentication/logout"
|
||||||
icon = img/icons/logout.png
|
icon = img/icons/logout.png
|
||||||
|
@ -71,6 +71,11 @@ title = "Comments"
|
|||||||
url = "monitoring/list/comments"
|
url = "monitoring/list/comments"
|
||||||
priority = 70
|
priority = 70
|
||||||
|
|
||||||
|
[Overview.Contacts]
|
||||||
|
title = "Contacts"
|
||||||
|
url = "monitoring/list/contacts"
|
||||||
|
priority = 70
|
||||||
|
|
||||||
[History]
|
[History]
|
||||||
icon = "img/icons/history.png"
|
icon = "img/icons/history.png"
|
||||||
|
|
||||||
@ -87,6 +92,10 @@ url = "monitoring/list/notifications"
|
|||||||
title = "All Events"
|
title = "All Events"
|
||||||
url = "monitoring/list/eventhistory?timestamp>=-7%20days"
|
url = "monitoring/list/eventhistory?timestamp>=-7%20days"
|
||||||
|
|
||||||
|
[History.Timeline]
|
||||||
|
title = "Timeline"
|
||||||
|
url = "monitoring/timeline"
|
||||||
|
|
||||||
[System.Process Info]
|
[System.Process Info]
|
||||||
title = "Process Info"
|
title = "Process Info"
|
||||||
url = "monitoring/process/info"
|
url = "monitoring/process/info"
|
||||||
|
@ -71,6 +71,11 @@ title = "Comments"
|
|||||||
url = "monitoring/list/comments"
|
url = "monitoring/list/comments"
|
||||||
priority = 70
|
priority = 70
|
||||||
|
|
||||||
|
[Overview.Contacts]
|
||||||
|
title = "Contacts"
|
||||||
|
url = "monitoring/list/contacts"
|
||||||
|
priority = 70
|
||||||
|
|
||||||
[History]
|
[History]
|
||||||
icon = "img/icons/history.png"
|
icon = "img/icons/history.png"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user