Fix drilldown interval

This commit is contained in:
emanuele-f 2020-04-16 15:58:58 +02:00
parent f126595d0e
commit 6f2f9b223f
2 changed files with 11 additions and 6 deletions

View file

@ -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