mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
281dd3a8b4
commit
4a9ed9d985
1 changed files with 1 additions and 1 deletions
|
|
@ -1780,7 +1780,7 @@ function hostinfo2detailsurl(host_info, href_params, href_check)
|
|||
|
||||
if href_params and href_params.page == "alerts" then
|
||||
-- Alerts page for the host is under the Alerts menu
|
||||
res = string.format("%s/lua/alert_stats.lua?page=host&status=engaged&ip=%s",
|
||||
res = string.format("%s/lua/alert_stats.lua?page=host&status=engaged&ip=%s,eq",
|
||||
ntop.getHttpPrefix(),
|
||||
hostinfo2hostkey(host_info))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue