mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Improved top sites
This commit is contained in:
parent
4580211257
commit
0c0b671e0f
6 changed files with 36 additions and 17 deletions
|
|
@ -1954,3 +1954,9 @@ end
|
|||
function trimSpace(what)
|
||||
return(string.gsub(what, "%s+", ""))
|
||||
end
|
||||
|
||||
-- ###############################################
|
||||
|
||||
function formatWebSite(domain)
|
||||
return("<A target=\"_blank\" HREF=http://www."..domain..">"..domain.."</A> <i class=\"fa fa-external-link\"></i></th>")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue