mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Created clickhouse frontend page
This commit is contained in:
parent
69cf419ca8
commit
5f95288865
3 changed files with 67 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue