mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Add chart zoom note
This commit is contained in:
parent
720c7589aa
commit
7afba4cfd1
2 changed files with 1 additions and 16 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue