mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Remove deprecated private cloud support
This commit is contained in:
parent
bc8e2c9249
commit
7c936f9d09
9 changed files with 19 additions and 151 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue