mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-11 02:26:43 +00:00
Removed space
This commit is contained in:
parent
3fca46ce58
commit
c9bbc3b67b
1 changed files with 1 additions and 1 deletions
|
|
@ -1605,7 +1605,7 @@ function formatInterfaceIP(ip, href)
|
|||
ret = ret .. " (".. site ..")"
|
||||
end
|
||||
|
||||
if(exporter_name ~= ip) then ret = ret .. '</A> [ <A HREF="' .. ntop.getHttpPrefix() ..'/lua/host_details.lua?host='.. ip .. '">'..ip.."</A>]" end
|
||||
if(exporter_name ~= ip) then ret = ret .. '</A> [<A HREF="' .. ntop.getHttpPrefix() ..'/lua/host_details.lua?host='.. ip .. '">'..ip.."</A>]" end
|
||||
ret = ret .. "</a>"
|
||||
|
||||
return(ret)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue