mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Always use ntop.isClickHouseEnabled() from lua. Remove prefs.is_dump_flows_to_mysql_enabled to avoid inconsistencies.
This commit is contained in:
parent
abf89f79c4
commit
06965dab27
9 changed files with 14 additions and 22 deletions
|
|
@ -838,7 +838,7 @@ function predicates.obsolete_mysql(toast, container)
|
|||
return
|
||||
end
|
||||
|
||||
if prefs.is_dump_flows_to_mysql_enabled and not prefs.is_dump_flows_to_clickhouse_enabled then
|
||||
if prefs.is_dump_flows_to_mysql_enabled and not ntop.isClickHouseEnabled() then
|
||||
local title = i18n("obsolete_mysql")
|
||||
local body = i18n("obsolete_mysql_message")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue