mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Alerts API cleanup and JSON migration
This commit is contained in:
parent
3ca04b95ec
commit
c183a577be
42 changed files with 1353 additions and 880 deletions
|
|
@ -39,8 +39,6 @@ local function formatAlertRecord(alert_entity, record)
|
|||
|
||||
if alert_entity == "flow" then
|
||||
column_msg = formatRawFlow(record, record["alert_json"])
|
||||
elseif alert_entity == "User" then
|
||||
column_msg = formatRawUserActivity(record, record["alert_json"])
|
||||
end
|
||||
|
||||
column_msg = string.gsub(column_msg, '"', "'")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue