mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added sites collection preference
This commit is contained in:
parent
503c30ed0c
commit
db6564c44e
7 changed files with 21 additions and 2 deletions
|
|
@ -412,6 +412,12 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
default = "0"
|
||||
})
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_sites_collection",
|
||||
pref = "sites_collection",
|
||||
default = "0"
|
||||
})
|
||||
|
||||
print('<thead class="table-primary"><tr><th colspan=2 class="info">TLS / QUIC</th></tr></thead>')
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue