mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Improve VS alert description (#7969)
This commit is contained in:
parent
4f2664e9a8
commit
5de25b0dfb
3 changed files with 28 additions and 27 deletions
|
|
@ -578,6 +578,7 @@ function alert_utils.formatAlertNotification(notif, options)
|
|||
|
||||
-- add the label, that is, engaged or released
|
||||
msg = msg .. " " .. alertNotificationActionToLabel(notif.action, options.emoji) .. " "
|
||||
|
||||
local alert_message = alert_utils.formatAlertMessage(notif.ifid, notif)
|
||||
|
||||
if (options.add_cr) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue