mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Minor improvements in service map reporting
This commit is contained in:
parent
ceb867e371
commit
f565328cca
5 changed files with 11 additions and 5 deletions
|
|
@ -3934,7 +3934,7 @@ function buildHostHREF(ip_address)
|
|||
local name = stats.name
|
||||
|
||||
if((name == nil) or (name == "")) then name = ip_address end
|
||||
return('<A HREF="'..ntop.getHttpPrefix()..'/lua/host_details.lua?host='..ip_address..'">'..name..'</A>')
|
||||
return('<A HREF="'..ntop.getHttpPrefix()..'/lua/host_details.lua?host='..ip_address..'&page=service_map">'..name..'</A>')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue