mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Improves readability and description of pcap download requests
This commit is contained in:
parent
a83e54f10d
commit
131a7da511
2 changed files with 34 additions and 36 deletions
|
|
@ -97,7 +97,7 @@ if (ntop.isPro()) then
|
|||
if((nbox_password == nil) or (nbox_password == "")) then nbox_password = "nbox" end
|
||||
|
||||
toggleTableButton("Integrate with nBox",
|
||||
"Enable sending ntopng requests (e.g., to download pcap files) to an nBox.",
|
||||
"Enable sending ntopng requests (e.g., to download pcap files) to an nBox. Pcap requests are issued from the historical data browser when browsing 'Talkers' and 'Protocols'. Each request carry information on the search criteria generated by the user when drilling-down historical data. Requests are queued and pcaps become available for download from a dedicated 'Pcaps' tab once generated.",
|
||||
"On", "1", "success", "Off", "0", "danger", "toggle_nbox_integration", "ntopng.prefs.nbox_integration")
|
||||
if ntop.getCache("ntopng.prefs.nbox_integration") == "1" then
|
||||
prefsInputField("nBox Host", "Address of the nBox host. Default: localhost", "nbox_host", nbox_host)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue