diff --git a/CHANGELOG.md b/CHANGELOG.md index 26996359593..3c0ab7cde47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ - [Issue #1671](https://github.com/grafana/grafana/issues/1671). Data sources: Fixed issue with changing default data source (should not require full page load to take effect, now fixed) - # 2.0.0-Beta1 (2015-03-30) **New features** diff --git a/conf/defaults.ini b/conf/defaults.ini index d328733abc9..26fa1b6f126 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -16,7 +16,7 @@ router_logging = false ; the path relative to the binary where the static (html/js/css) files are placed static_root_path = public ; enable gzip -enable_gzip = false +enable_gzip = true ; https certs & key file cert_file = cert_key = diff --git a/public/app/panels/dashlist/editor.html b/public/app/panels/dashlist/editor.html index a6de7570f07..578d9e4b2d2 100644 --- a/public/app/panels/dashlist/editor.html +++ b/public/app/panels/dashlist/editor.html @@ -47,7 +47,7 @@ Limit number to
  • - +