mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes host alert link in presence of VLANs
This commit is contained in:
parent
3f61918ab4
commit
281dd3a8b4
2 changed files with 2 additions and 2 deletions
|
|
@ -1782,7 +1782,7 @@ function hostinfo2detailsurl(host_info, href_params, href_check)
|
|||
-- Alerts page for the host is under the Alerts menu
|
||||
res = string.format("%s/lua/alert_stats.lua?page=host&status=engaged&ip=%s",
|
||||
ntop.getHttpPrefix(),
|
||||
host_info["ip"])
|
||||
hostinfo2hostkey(host_info))
|
||||
|
||||
else
|
||||
res = string.format("%s/lua/host_details.lua?%s%s%s",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue