mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
Improved flow topology chart
This commit is contained in:
parent
2c54cb8bb5
commit
04a0f60073
2 changed files with 54 additions and 23 deletions
|
|
@ -1619,9 +1619,9 @@ function formatExporter(ip)
|
|||
|
||||
ret = ret .. "</a>"
|
||||
|
||||
return ret, ip, exporter_name or ip
|
||||
return ret, ip, exporter_name or ip, site
|
||||
else
|
||||
return ip, ip, ip
|
||||
return ip, ip, ip, nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
@ -1650,9 +1650,9 @@ function formatNextHop(ip)
|
|||
|
||||
ret = ret .. "</a>"
|
||||
|
||||
return ret, ip1, exporter_name or ip1
|
||||
return ret, ip1, exporter_name or ip1, site
|
||||
else
|
||||
return ip, ip, ip
|
||||
return ip, ip, ip, nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue