mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fix: Use post scripts in case of alerts on flow-end
This commit is contained in:
parent
188a57ec2a
commit
ef48b5f964
2 changed files with 2 additions and 7 deletions
|
|
@ -206,7 +206,6 @@ function hostinfo2detailshref(host_info, href_params, href_value, href_tooltip,
|
|||
|
||||
if (show_href) then
|
||||
local hostdetails_url = hostinfo2detailsurl(host_info, href_params, href_check)
|
||||
|
||||
if not isEmptyString(hostdetails_url) then
|
||||
res = string.format("<a href='%s' data-bs-toggle='tooltip' data-bs-placement='top' title='%s'>%s</a>", hostdetails_url,
|
||||
href_tooltip or '', href_value or '')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue