Fixes host link to the alerts page

Fixes #5240
This commit is contained in:
Simone Mainardi 2021-04-27 14:29:51 +02:00
parent 281dd3a8b4
commit 4a9ed9d985

View file

@ -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))