diff --git a/scripts/locales/en.lua b/scripts/locales/en.lua
index 9612be3d56..650e74e083 100644
--- a/scripts/locales/en.lua
+++ b/scripts/locales/en.lua
@@ -128,6 +128,8 @@ local en = {
top_receivers = "Top Receivers",
top_profiles = "Top Profiles",
all_protocols = "All Protocols",
+ note_click_to_zoom = "Left-click on the chart to zoom in, right-click to zoom out.",
+ note_protocols_shown = "Protocols not seen in the selected timeframe are not listed in the dropdown.",
},
flows_page = {
diff --git a/scripts/lua/if_stats.lua b/scripts/lua/if_stats.lua
index 449cb3389c..bd10504932 100644
--- a/scripts/lua/if_stats.lua
+++ b/scripts/lua/if_stats.lua
@@ -820,6 +820,24 @@ elseif(page == "historical") then
if(rrd_file == nil) then rrd_file = "bytes.rrd" end
drawRRD(ifstats.id, nil, rrd_file, _GET["zoom"], url.."&page=historical", 1, _GET["epoch"], selected_epoch, topArray)
--drawRRD(ifstats.id, nil, rrd_file, _GET["zoom"], url.."&page=historical", 1, _GET["epoch"], selected_epoch, topArray, _GET["comparison_period"])
+
+ if ntop.isPro() then
+
+ print[[
+
+
+
+
| " .. i18n("traffic_profiles.profile_name") .. " | " .. i18n("chart") .. " | " .. i18n("traffic") .. " |
|---|