mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Fixes asn page only working with clickhouse (#10132)
This commit is contained in:
parent
07aec605bf
commit
0b3879ee3a
5 changed files with 64 additions and 98 deletions
|
|
@ -87,7 +87,8 @@ local context = {
|
|||
csrf = ntop.getRandomCSRFValue(),
|
||||
isEnterprise = ntop.isEnterprise(),
|
||||
showTimeseries = areASTimeseriesEnabled(ifid),
|
||||
ASNModeEnabled = is_asn_mode_enabled
|
||||
ASNModeEnabled = is_asn_mode_enabled,
|
||||
isClickhouseEnabled = hasClickHouseSupport()
|
||||
}
|
||||
|
||||
local json_context = json.encode(context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue