mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implement "hide from top" preference
This commit is contained in:
parent
8b1dfdeac3
commit
4c84f1da2f
16 changed files with 355 additions and 57 deletions
|
|
@ -3602,6 +3602,12 @@ end
|
|||
|
||||
-- ###########################################
|
||||
|
||||
function getHideFromTopSet(ifid)
|
||||
return "ntopng.prefs.iface_" .. ifid .. ".hide_from_top"
|
||||
end
|
||||
|
||||
-- ###########################################
|
||||
|
||||
function printWarningAlert(message)
|
||||
print[[<div class="alert alert-warning alert-dismissable" role="alert">]]
|
||||
print[[<a class="close" data-dismiss="alert" aria-label="close">×</a>]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue