mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
nEdge license string and link fix
This commit is contained in:
parent
cf7ef81bca
commit
906824a212
2 changed files with 22 additions and 8 deletions
|
|
@ -3122,9 +3122,7 @@ function printntopngRelease(info)
|
|||
|
||||
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
|
||||
elseif(info["version.nedge_edition"] or info["pro.release"]) then
|
||||
print(" Professional")
|
||||
else
|
||||
print(" Community")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue