Skip to content

Commit

Permalink
Fixed enterprise version check import
Browse files Browse the repository at this point in the history
  • Loading branch information
DGabri committed Jul 1, 2024
1 parent 9c9af35 commit 328cbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lua/modules/alert_store/flow_alert_store.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path

if ntop.isEnterprise() then
package.path = dirs.installdir .. "/scripts/lua/pro/modules/flow_db/?.lua;" .. package.path
local db_search_manager = require "db_search_manager"
end

-- Import the classes library.
Expand All @@ -27,7 +28,6 @@ local flow_alert_keys = require "flow_alert_keys"
local href_icon = "<i class='fas fa-laptop'></i>"
local rest_utils = require "rest_utils"
local historical_flow_details_formatter = require "historical_flow_details_formatter"
local db_search_manager = require "db_search_manager"

-- ##############################################

Expand Down

0 comments on commit 328cbd9

Please sign in to comment.