Add new process info link to System menu
This commit is contained in:
parent
e54c91c2f7
commit
431cb9a4b4
|
@ -8,13 +8,15 @@ priority = 10
|
|||
icon = img/icons/configuration.png
|
||||
priority = 200
|
||||
|
||||
[System.Configuration]
|
||||
title = "Configuration"
|
||||
url = "config"
|
||||
|
||||
[System.Preferences]
|
||||
title = "Preferences"
|
||||
url = "preference"
|
||||
priority = 200
|
||||
|
||||
[System.Configuration]
|
||||
title = "Configuration"
|
||||
url = "config"
|
||||
priority = 300
|
||||
|
||||
[Logout]
|
||||
url = "authentication/logout"
|
||||
|
|
|
@ -82,7 +82,14 @@ url = "monitoring/list/notifications"
|
|||
title = "All Events"
|
||||
url = "monitoring/list/eventhistory?raw_timestamp>=-2+days"
|
||||
|
||||
[System.Performance]
|
||||
title = "Performance"
|
||||
url = "monitoring/process/performance"
|
||||
[System.Process Info]
|
||||
title = "Process Info"
|
||||
url = "monitoring/process/info"
|
||||
priority = 120
|
||||
|
||||
[System.Performance Info]
|
||||
title = "Performance Info"
|
||||
url = "monitoring/process/performance"
|
||||
priority = 130
|
||||
|
||||
|
||||
|
|
|
@ -8,13 +8,15 @@ priority = 10
|
|||
icon = img/icons/configuration.png
|
||||
priority = 200
|
||||
|
||||
[System.Configuration]
|
||||
title = "Configuration"
|
||||
url = "config"
|
||||
|
||||
[System.Preferences]
|
||||
title = "Preferences"
|
||||
url = "preference"
|
||||
priority = 200
|
||||
|
||||
[System.Configuration]
|
||||
title = "Configuration"
|
||||
url = "config"
|
||||
priority = 300
|
||||
|
||||
[Logout]
|
||||
url = "authentication/logout"
|
||||
|
|
|
@ -82,7 +82,14 @@ url = "monitoring/list/notifications"
|
|||
title = "All Events"
|
||||
url = "monitoring/list/eventhistory?raw_timestamp>=-2+days"
|
||||
|
||||
[System.Performance]
|
||||
title = "Performance"
|
||||
url = "monitoring/process/performance"
|
||||
[System.Process Info]
|
||||
title = "Process Info"
|
||||
url = "monitoring/process/info"
|
||||
priority = 120
|
||||
|
||||
[System.Performance Info]
|
||||
title = "Performance Info"
|
||||
url = "monitoring/process/performance"
|
||||
priority = 130
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue