mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added ntopng Enterprise XL support
This commit is contained in:
parent
a402867365
commit
45bcebd021
6 changed files with 40 additions and 13 deletions
|
|
@ -957,6 +957,8 @@ function getNtopngRelease(ntopng_info, verbose)
|
|||
|
||||
if ntopng_info.oem or ntopng_info["version.nedge_edition"] then
|
||||
release = ""
|
||||
elseif(ntopng_info["version.enterprise_xl_edition"]) then
|
||||
release = "Enterprise XL"
|
||||
elseif(ntopng_info["version.enterprise_l_edition"]) then
|
||||
release = "Enterprise L"
|
||||
elseif(ntopng_info["version.enterprise_m_edition"]) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue