mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
This commit is contained in:
commit
6bb4687e86
12 changed files with 68 additions and 22 deletions
|
|
@ -3570,8 +3570,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