Remove contact and contactgroup from menu and add icons to dashboard
This commit is contained in:
parent
a8cc72b3bd
commit
02de834522
|
@ -1,9 +1,9 @@
|
|||
[menu]
|
||||
Dashboard.title = "Dashboard"
|
||||
Dashboard.route = "/dashboard/index"
|
||||
Dashboard.iconClass = "nav-icon-dashboard"
|
||||
Dashboard.iconClass = "icinga-icon-dashboard-petrol"
|
||||
|
||||
Configuration.title = "Configuration"
|
||||
Configuration.route = "/config/index"
|
||||
Configuration.iconClass = "nav-icon-configuration"
|
||||
Configuration.iconClass = "icinga-icon-configuration-petrol"
|
||||
|
||||
|
|
|
@ -29,9 +29,9 @@ Comments.title = "Comments"
|
|||
Comments.route = "/monitoring/list/comments"
|
||||
Comments.iconClass = "icinga-icon-comment-petrol"
|
||||
|
||||
Contacts = "/monitoring/list/contacts"
|
||||
;Contacts = "/monitoring/list/contacts"
|
||||
|
||||
Contact Groups = "/monitoring/list/contactgroups"
|
||||
;Contact Groups = "/monitoring/list/contactgroups"
|
||||
|
||||
Servicegroups.title = "Servicegroups"
|
||||
Servicegroups.route = "/monitoring/list/servicegroups"
|
||||
|
|
Loading…
Reference in New Issue