mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
parent
1f1d6f0393
commit
de78637f4b
8 changed files with 53 additions and 26 deletions
|
|
@ -403,6 +403,14 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
default = "0"
|
||||
})
|
||||
|
||||
print('<thead class="table-primary"><tr><th colspan=2 class="info">TLS / QUIC</th></tr></thead>')
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_tls_quic_hostnaming",
|
||||
pref = "tls_quic_hostnaming",
|
||||
default = "0"
|
||||
})
|
||||
|
||||
print(
|
||||
'<tr><th colspan=2 style="text-align:right;"><button type="submit" class="btn btn-primary" style="width:115px" disabled="disabled">' ..
|
||||
i18n("save") .. '</button></th></tr>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue