mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Renamed old variables whose name changed a few days ago
This commit is contained in:
parent
3ea5b40a15
commit
19584df224
9 changed files with 38 additions and 38 deletions
|
|
@ -370,8 +370,8 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
srv_tooltip = ""
|
||||
cli_tooltip = ""
|
||||
|
||||
srv_name = flowinfo2hostname(value, "srv", ifstats.iface_vlan)
|
||||
cli_name = flowinfo2hostname(value, "cli", ifstats.iface_vlan)
|
||||
srv_name = flowinfo2hostname(value, "srv", ifstats.vlan)
|
||||
cli_name = flowinfo2hostname(value, "cli", ifstats.vlan)
|
||||
|
||||
if(cli_name == nil) then cli_name = "???" end
|
||||
if(srv_name == nil) then srv_name = "???" end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue