mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added href, percentage and refresh on filters (#5476)
This commit is contained in:
parent
879f934e3e
commit
d554f084f6
2 changed files with 23 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue