mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Reworks client/server heuristic for ZMQ interfaces
This commit is contained in:
parent
9050b210b5
commit
9d43be52c7
8 changed files with 16 additions and 25 deletions
|
|
@ -196,12 +196,6 @@ function printInterfaces()
|
|||
pref = "override_src_with_post_nat_src",
|
||||
})
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_src_and_dst_using_ports",
|
||||
default = "0",
|
||||
pref = "use_ports_to_determine_src_and_dst",
|
||||
})
|
||||
|
||||
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>')
|
||||
print('</table>')
|
||||
print [[<input name="csrf" type="hidden" value="]] print(ntop.getRandomCSRFValue()) print [[" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue