mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Fixes incorrect name displayed in networks
This commit is contained in:
parent
c08e7fcd5d
commit
8c817c2de8
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ for network_name, data in pairs(networks_stats) do
|
|||
|
||||
local network_data = {
|
||||
networkId = networkId,
|
||||
networkName = network_name,
|
||||
networkName = getLocalNetworkLabel(network_name),
|
||||
hosts = num_hosts,
|
||||
score = network_score,
|
||||
hostsScoreRatio = hosts_score_ratio,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue