Improves readability and description of pcap download requests

This commit is contained in:
Simone Mainardi 2016-02-28 11:55:32 +01:00
parent a83e54f10d
commit 131a7da511
2 changed files with 34 additions and 36 deletions

View file

@ -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)