Add chart zoom note

This commit is contained in:
emanuele-f 2018-08-03 12:40:53 +02:00
parent 720c7589aa
commit 7afba4cfd1
2 changed files with 1 additions and 16 deletions

View file

@ -921,21 +921,6 @@ elseif(page == "historical") then
{schema="iface:tcp_rst", label=i18n("graphs.tcp_rst_packets"), nedge_exclude=1},
}
})
if ntop.isPro() then
print[[
<br>
<div>
<b>]] print(i18n('notes')) print[[</b>
<ul>
<li>]] print(i18n('graphs.note_protocols_shown')) print[[</li>
</ul>
</div>
]]
end
elseif(page == "trafficprofiles") then
print("<table class=\"table table-striped table-bordered\">\n")
print("<tr><th width=15%><a href=\""..ntop.getHttpPrefix().."/lua/pro/admin/edit_profiles.lua\">" .. i18n("traffic_profiles.profile_name") .. "</A></th><th width=5%>" .. i18n("chart") .. "</th><th>" .. i18n("traffic") .. "</th></tr>\n")