mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Rework rest API for alert stats
This commit is contained in:
parent
0eec59aa2e
commit
bcf3c053ce
3 changed files with 14 additions and 3 deletions
|
|
@ -4647,6 +4647,7 @@ end
|
|||
|
||||
-- #####################
|
||||
|
||||
-- Used by REST v1
|
||||
function formatAlertAHref(key, value, label)
|
||||
return "<a class='tag-filter' data-tag-key='" .. key .. "' title='" .. value .. "' data-tag-value='" .. value .. "' data-tag-label='" .. label .. "' href='#'>" .. label .. "</a>"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue