mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implement Device Protocols Alerts
This commit is contained in:
parent
35b555fea5
commit
457dcb3457
18 changed files with 171 additions and 29 deletions
|
|
@ -349,6 +349,13 @@ function printAlerts()
|
|||
hidden = not showElements,
|
||||
})
|
||||
|
||||
prefsToggleButton({
|
||||
field = "toggle_device_protocols_alerts",
|
||||
pref = "device_protocols_alerts",
|
||||
default = "0",
|
||||
hidden = not showElements,
|
||||
})
|
||||
|
||||
print('<tr id="row_alerts_informative_header" ')
|
||||
if (showElements == false) then print(' style="display:none;"') end
|
||||
print('><th colspan=2 class="info">'..i18n("prefs.status_alerts")..'</th></tr>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue