Removes unused DNS-based categorization

This commit is contained in:
Simone Mainardi 2017-10-31 13:53:17 +01:00
parent 68a76043b6
commit 4bbe36c957
33 changed files with 32 additions and 1641 deletions

View file

@ -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",

View file

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