mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
The dashboard just got better
This commit is contained in:
parent
7ad8ea78bb
commit
68e694815c
@ -877,7 +877,7 @@ async function draw(idx, chart, url_params, query) {
|
||||
user = document.getElementById('user').value;
|
||||
password = document.getElementById('password').value;
|
||||
|
||||
let url = `${host}?default_format=JSONCompactColumns`
|
||||
let url = `${host}?default_format=JSONCompactColumns&enable_http_compression=1`
|
||||
|
||||
if (add_http_cors_header) {
|
||||
// For debug purposes, you may set add_http_cors_header from a browser console
|
||||
|
Loading…
Reference in New Issue
Block a user