mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
71e13cdc83
commit
a86b215485
3 changed files with 8 additions and 3 deletions
|
|
@ -2212,7 +2212,12 @@ function formatAlertMessage(ifid, alert)
|
|||
end
|
||||
|
||||
if(msg) then
|
||||
msg = msg .. getConfigsetAlertLink(alert_json)
|
||||
if(alert_consts.getAlertType(alert.alert_type) == "alert_ping_issues") then
|
||||
msg = msg .. ' <a href="'.. ntop.getHttpPrefix() ..'/plugins/rtt_stats.lua?rtt_host='..
|
||||
alert.alert_entity_val .. '&page=overview"><i class="fas fa-cog" title="'.. i18n("edit_configuration") ..'"></i></a>'
|
||||
else
|
||||
msg = msg .. getConfigsetAlertLink(alert_json)
|
||||
end
|
||||
end
|
||||
|
||||
return(msg or "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue