mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Add native clickhouse support for queries
This commit is contained in:
parent
c0d42f2343
commit
bb810adeff
15 changed files with 296 additions and 8 deletions
|
|
@ -2175,6 +2175,13 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
max = 5000
|
||||
})
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_use_native_clickhouse_client",
|
||||
default = "0",
|
||||
pref = "use_native_clickhouse_client",
|
||||
hidden = not showAggregateFlowsPrefs
|
||||
})
|
||||
|
||||
prefsToggleButton(subpage_active, {
|
||||
field = "toggle_flow_aggregated_alerted_flows",
|
||||
default = "0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue