mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes refresh for VLAN-tagged hosts in hosts_stats.lua
This commit is contained in:
parent
d00c3081ec
commit
4aebe42ab7
2 changed files with 5 additions and 6 deletions
|
|
@ -1372,7 +1372,7 @@ function hostinfo2jqueryid(host_info,host_type)
|
|||
|
||||
|
||||
if((host_info["vlan"] ~= nil) and (host_info["vlan"] ~= 0)) then
|
||||
rsp = rsp..'_'..tostring(host_info["vlan"])
|
||||
rsp = rsp..'@'..tostring(host_info["vlan"])
|
||||
end
|
||||
|
||||
rsp = string.gsub(rsp, "%.", "__")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue