mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add support for cloud license
This commit is contained in:
parent
a4c602364e
commit
96698a9f2d
5 changed files with 20 additions and 2 deletions
|
|
@ -1020,6 +1020,8 @@ function getNtopngRelease(ntopng_info, verbose)
|
|||
|
||||
if ntopng_info.oem or ntopng_info["version.nedge_edition"] then
|
||||
release = ""
|
||||
elseif (ntopng_info["version.cloud_edition"]) then
|
||||
release = "Cloud"
|
||||
elseif (ntopng_info["version.enterprise_xl_edition"]) then
|
||||
release = "Enterprise XL"
|
||||
elseif (ntopng_info["version.enterprise_l_edition"]) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue