Code cleanup

This commit is contained in:
Luca Deri 2025-10-17 07:22:30 +02:00
parent 1462d546b8
commit 871fd677ba
9 changed files with 24 additions and 45 deletions

View file

@ -1462,15 +1462,6 @@ if auth.has_capability(auth.capabilities.preferences) then
tformat = "mhd"
})
if ntop.isEnterpriseM() then
prefsToggleButton(subpage_active, {
field = "toggle_assets_collection",
default = "1",
pref = "enable_assets_collection"
})
end
print(
'<thead class="table-primary"><tr><th colspan=2 class="info">' .. i18n("prefs.flow_cache_settings") ..
'</th></tr></thead>')