mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix drilldown interval
This commit is contained in:
parent
f126595d0e
commit
6f2f9b223f
2 changed files with 11 additions and 6 deletions
|
|
@ -141,7 +141,7 @@ for _key,_value in ipairs(alerts) do
|
|||
local graph_utils = require "graph_utils"
|
||||
|
||||
if graph_utils.getAlertGraphLink then
|
||||
column_chart = graph_utils.getAlertGraphLink(getInterfaceId(ifname), _value, alert_info)
|
||||
column_chart = graph_utils.getAlertGraphLink(getInterfaceId(ifname), _value, alert_info, engaged)
|
||||
if not isEmptyString(column_chart) then
|
||||
column_chart = "<a href='".. column_chart .."'><i class='fas fa-search-plus drilldown-icon'></i></a>"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue