mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix nindex data visualization in Pro version
This commit is contained in:
parent
8565b33915
commit
e581f2caf5
1 changed files with 2 additions and 2 deletions
|
|
@ -645,13 +645,13 @@ function hasAlertsDisabled()
|
|||
end
|
||||
|
||||
function hasNindexSupport()
|
||||
if not ntop.isEnterpriseM() or ntop.isWindows() then
|
||||
if not ntop.isPro() or ntop.isWindows() then
|
||||
return false
|
||||
end
|
||||
|
||||
-- TODO optimize
|
||||
if prefs == nil then
|
||||
prefs = ntop.getPrefs()
|
||||
prefs = ntop.getPrefs()
|
||||
end
|
||||
|
||||
if prefs.is_nindex_enabled then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue