mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix mysql toast check
This commit is contained in:
parent
cb4e715d46
commit
cc78e3c2c5
1 changed files with 1 additions and 1 deletions
|
|
@ -703,7 +703,7 @@ end
|
|||
function predicates.obsolete_mysql(toast, container)
|
||||
if not IS_ADMIN then return end
|
||||
|
||||
if prefs.is_dump_flows_to_mysql_enabled then
|
||||
if prefs.is_dump_flows_to_mysql_enabled and not prefs.is_dump_flows_to_clickhouse_enabled then
|
||||
local title = i18n("obsolete_mysql")
|
||||
local body = i18n("obsolete_mysql_message")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue