Remove deprecated private cloud support

This commit is contained in:
Alfredo Cardigliano 2024-03-15 10:03:25 +01:00
parent bc8e2c9249
commit 7c936f9d09
9 changed files with 19 additions and 151 deletions

View file

@ -834,10 +834,6 @@ function getNtopngRelease(ntopng_info, verbose)
release = "Community"
end
if (ntopng_info["version.cloud_edition"]) then
release = release .. " (Cloud)"
end
if not isEmptyString(release) and ntopng_info["version.embedded_edition"] then
release = release .. " (Embedded)"
end