mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
nEdge license string and link fix
This commit is contained in:
parent
cf7ef81bca
commit
906824a212
2 changed files with 22 additions and 8 deletions
|
|
@ -40,12 +40,28 @@ if(info["pro.systemid"] and (info["pro.systemid"] ~= "")) then
|
|||
|
||||
print(" [ SystemId: <A HREF=\"https://shop.ntop.org/mkntopng/?systemid=".. info["pro.systemid"].."&".."version=".. v[1] .."&edition=")
|
||||
|
||||
if(info["version.embedded_edition"] == true) then
|
||||
print("embedded")
|
||||
elseif(info["version.enterprise_edition"] == true) then
|
||||
print("enterprise")
|
||||
if(ntop.isnEdge()) then
|
||||
if(info["version.nedge_enterprise_edition"] == true) then
|
||||
if(info["version.embedded_edition"] == true) then
|
||||
print("nedge_embedded_ent")
|
||||
else
|
||||
print("nedge_enterprise")
|
||||
end
|
||||
else
|
||||
if(info["version.embedded_edition"] == true) then
|
||||
print("nedge_embedded_pro")
|
||||
else
|
||||
print("nedge_pro")
|
||||
end
|
||||
end
|
||||
else
|
||||
print("pro")
|
||||
if(info["version.embedded_edition"] == true) then
|
||||
print("embedded")
|
||||
elseif(info["version.enterprise_edition"] == true) then
|
||||
print("enterprise")
|
||||
else
|
||||
print("pro")
|
||||
end
|
||||
end
|
||||
|
||||
print("\" target=\"_blank\">".. info["pro.systemid"] .."</A> <i class='fas fa-external-link-alt'></i> ]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue