mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added vlan to each host reference (#5595)
This commit is contained in:
parent
08e4c16375
commit
744a5e53c3
5 changed files with 27 additions and 18 deletions
|
|
@ -53,7 +53,9 @@ function alert_lateral_movement.format(ifid, alert, alert_type_params)
|
|||
end
|
||||
end
|
||||
|
||||
href = '<a href="/lua/pro/enterprise/service_map.lua"><i class="fas fa-lg fa-concierge-bell"></i></a>'
|
||||
if ntop.isAdministrator() then
|
||||
href = '<a href="/lua/pro/enterprise/service_map.lua"><i class="fas fa-lg fa-concierge-bell"></i></a>'
|
||||
end
|
||||
|
||||
return(i18n("alerts_dashboard.lateral_movement_descr", { info = info, href = href }))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue