Fixes incorrect footer info

This commit is contained in:
Matteo Biscosi 2025-07-01 18:14:12 +02:00
parent 1d00932bbe
commit cbb52c6cf9
8 changed files with 8 additions and 7 deletions

View file

@ -841,6 +841,8 @@ function getNtopngRelease(ntopng_info, verbose)
if ntopng_info.oem or ntopng_info["version.nedge_edition"] then
release = ""
elseif (ntopng_info["version.enterprise_xxl_edition"]) then
release = "Enterprise XXL"
elseif (ntopng_info["version.enterprise_xl_edition"]) then
release = "Enterprise XL"
elseif (ntopng_info["version.enterprise_l_edition"]) then