Fix: Use post scripts in case of alerts on flow-end

This commit is contained in:
Alfredo Cardigliano 2024-08-02 16:32:24 +02:00
parent 188a57ec2a
commit ef48b5f964
2 changed files with 2 additions and 7 deletions

View file

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