mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix user scripts overview after edition changes
This commit is contained in:
parent
121c2ef0dd
commit
c2e98fe9ec
1 changed files with 4 additions and 2 deletions
|
|
@ -52,8 +52,10 @@ local function printUserScripts()
|
|||
end
|
||||
|
||||
-- Availability
|
||||
if(script.edition == "enterprise") then
|
||||
available = "Enterprise"
|
||||
if(script.edition == "enterprise_m") then
|
||||
available = "Enterprise M"
|
||||
elseif(script.edition == "enterprise_l") then
|
||||
available = "Enterprise L"
|
||||
elseif(script.edition == "pro") then
|
||||
available = "Pro"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue