mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
add shortcut entries inside the sidebar
This commit is contained in:
parent
2a452c0225
commit
bf92e7906c
3 changed files with 40 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ local active_entry = nil
|
|||
-- #################################
|
||||
|
||||
page_utils.menu_sections = {
|
||||
shortcuts = {key = "shortcut", i18n_title = "shortcuts", icon = "fas fa-bolt"},
|
||||
dashboard = {key = "dashboard", i18n_title = "index_page.dashboard", icon = "fas fa-tachometer-alt"},
|
||||
alerts = {key = "alerts", i18n_title = "details.alerts", icon = "fas fa-exclamation-triangle"},
|
||||
flows = {key = "flows", i18n_title = "flows", icon = "fas fa-stream"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue