mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes in MySQl batch
This commit is contained in:
parent
149cdb18c6
commit
ef6fdebf63
4 changed files with 181 additions and 161 deletions
|
|
@ -1969,6 +1969,6 @@ end
|
|||
|
||||
-- ###############################################
|
||||
|
||||
function formatWebSite(domain)
|
||||
return("<A target=\"_blank\" HREF=http://www."..domain..">"..domain.."</A> <i class=\"fa fa-external-link\"></i></th>")
|
||||
function formatWebSite(site)
|
||||
return("<A target=\"_blank\" HREF=http://"..site..">"..site.."</A> <i class=\"fa fa-external-link\"></i></th>")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue