mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fixes empty probe_ip
This commit is contained in:
parent
13352fb144
commit
b98a294902
1 changed files with 1 additions and 0 deletions
|
|
@ -683,6 +683,7 @@ local function dt_format_probe(probe_ip)
|
|||
if isEmptyString(probe_ip) or probe_ip == "0.0.0.0" or probe_ip == "0" then
|
||||
probe_info["title"] = ""
|
||||
probe_info["label"] = ""
|
||||
probe_info["value"] = ""
|
||||
else
|
||||
probe_info["label"] = getProbeName(probe_ip)
|
||||
if (probe_info["label"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue