Add support for cloud license

This commit is contained in:
Alfredo Cardigliano 2023-06-07 09:33:00 +02:00
parent a4c602364e
commit 96698a9f2d
5 changed files with 20 additions and 2 deletions

View file

@ -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