Added href, percentage and refresh on filters (#5476)

This commit is contained in:
Matteo Biscosi 2021-06-09 11:21:54 +02:00
parent 879f934e3e
commit d554f084f6
2 changed files with 23 additions and 2 deletions

View file

@ -4284,6 +4284,12 @@ end
-- #####################
function formatAlertAHref(key, value, label)
return "<a class='tag-filter' data-tag-key='" .. key .. "' data-tag-value='" .. value .. "' data-tag-label='" .. label .. "' href='#'>" .. label .. "</a>"
end
-- #####################
local iec104_typeids = {
M_SP_NA_1=0x01,
M_SP_TA_1=0x02,