mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Adds preferences button to toggle historical categorization
This commit is contained in:
parent
cc588f29eb
commit
7f2cb08cae
4 changed files with 48 additions and 0 deletions
|
|
@ -48,6 +48,12 @@ if(haveAdminPrivileges()) then
|
|||
"to keep application protocol statistics at the cost of using more disk space.",
|
||||
"On", "1", "success", "Off", "0", "danger", "toggle_local_ndpi", "ntopng.prefs.host_ndpi_rrd_creation")
|
||||
|
||||
toggleTableButton("Category RRDs For Local Hosts and Networks",
|
||||
"Toggle the creation of Category RRDs for local hosts and defined networks. Enabling their creation allows you "..
|
||||
"to keep persistent traffic category statistics (e.g., social networks, news) at the cost of using more disk space.<br>"..
|
||||
"Creation is only possible if the ntopng instance has been launched with option -k flashstart:<user>:<password>.",
|
||||
"On", "1", "success", "Off", "0", "danger", "toggle_local_categorization", "ntopng.prefs.host_categories_rrd_creation", not prefs.is_categorization_enabled)
|
||||
|
||||
-- ================================================================================
|
||||
print('<tr><th colspan=2 class="info">MySQL Database</th></tr>')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue