mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
added print_page_title on each page
This commit is contained in:
parent
62ee1c8b37
commit
792a542c41
30 changed files with 158 additions and 151 deletions
|
|
@ -19,6 +19,7 @@ page_utils.set_active_menu_entry(page_utils.menu_entries.detected_alerts)
|
|||
checkDeleteStoredAlerts()
|
||||
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
page_utils.print_page_title(i18n('alerts_dashboard.alerts'))
|
||||
|
||||
local has_engaged_alerts = hasAlerts("engaged", getTabParameters(_GET, "engaged"))
|
||||
local has_past_alerts = hasAlerts("historical", getTabParameters(_GET, "historical"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue