mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Show upload speed and latency in speedtest active monitoring
This commit is contained in:
parent
7ddd7047c4
commit
9381dd6fc0
8 changed files with 106 additions and 20 deletions
|
|
@ -239,10 +239,10 @@ end
|
|||
function am_utils.formatAmHost(host, measurement)
|
||||
local m_info = am_utils.getMeasurementInfo(measurement)
|
||||
|
||||
if m_info and m_info.force_host then
|
||||
--if m_info and m_info.force_host then
|
||||
-- Only a single host is present, return it
|
||||
return(host)
|
||||
end
|
||||
--return(host)
|
||||
--end
|
||||
|
||||
return(string.format("%s://%s", measurement, host))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue