mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
nedge changes
This commit is contained in:
parent
f179c1011c
commit
ae434e327e
7 changed files with 44 additions and 5 deletions
|
|
@ -3569,8 +3569,10 @@ function printntopngRelease(info)
|
|||
return ""
|
||||
end
|
||||
|
||||
if(info["version.enterprise_edition"]) then
|
||||
print(" Enterprise")
|
||||
if(info["version.enterprise_edition"]) or (info["version.nedge_enterprise_edition"]) then
|
||||
print(" Enterprise")
|
||||
elseif(info["version.nedge_edition"]) then
|
||||
print(" ")
|
||||
elseif(info["pro.release"]) then
|
||||
print(" Professional")
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue