mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Added XXXL extension
This commit is contained in:
parent
4fe63048b9
commit
a0d6107db4
1 changed files with 2 additions and 0 deletions
|
|
@ -796,6 +796,8 @@ function getNtopngRelease(ntopng_info, verbose)
|
|||
|
||||
if ntopng_info.oem or ntopng_info["version.nedge_edition"] then
|
||||
release = ""
|
||||
elseif (ntopng_info["version.enterprise_xxxl_edition"]) then
|
||||
release = "Enterprise XXXL"
|
||||
elseif (ntopng_info["version.enterprise_xxl_edition"]) then
|
||||
release = "Enterprise XXL"
|
||||
elseif (ntopng_info["version.enterprise_xl_edition"]) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue