mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Removes unused DNS-based categorization
This commit is contained in:
parent
68a76043b6
commit
4bbe36c957
33 changed files with 32 additions and 1641 deletions
|
|
@ -343,9 +343,9 @@ print(
|
|||
base_id = "t_member",
|
||||
action = ntop.getHttpPrefix() .. "/lua/if_stats.lua#manage",
|
||||
parameters = {
|
||||
pool=selected_pool.id,
|
||||
ifid=tostring(ifId),
|
||||
page="pools",
|
||||
pool = selected_pool.id,
|
||||
ifid = tostring(ifId),
|
||||
page = "pools",
|
||||
},
|
||||
json_key = "key",
|
||||
query_field = "members_filter",
|
||||
|
|
|
|||
|
|
@ -883,13 +883,6 @@ function printStatsTimeseries()
|
|||
pref = "asn_rrd_creation",
|
||||
})
|
||||
|
||||
prefsToggleButton({
|
||||
field = "toggle_local_categorization",
|
||||
default = "0",
|
||||
pref = "host_categories_rrd_creation",
|
||||
disabled = not prefs.is_categorization_enabled,
|
||||
})
|
||||
|
||||
print('</table>')
|
||||
|
||||
print('<table class="table">')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue