Created clickhouse frontend page

This commit is contained in:
MatteoBiscosi 2021-10-27 14:46:47 +02:00
parent 69cf419ca8
commit 5f95288865
3 changed files with 67 additions and 2 deletions

View file

@ -920,7 +920,7 @@ function hasNindexSupport()
end
-- NOTE: global nindex support may be enabled but some disable on some interfaces
function interfaceHasNindexSupport()
function interfaceHasNindexOrClickhouseSupport()
return(hasNindexSupport() and ((interface.nIndexEnabled and interface.nIndexEnabled()) or ntop.getPrefs()["is_dump_flows_to_clickhouse_enabled"]))
end