Commit 463c5199 by Torkel Ödegaard

Dashlist panel: added fresh panel when changing limit, Fixes #1677

parent 1d0a3660
...@@ -2,7 +2,6 @@ ...@@ -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) - [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) # 2.0.0-Beta1 (2015-03-30)
**New features** **New features**
......
...@@ -16,7 +16,7 @@ router_logging = false ...@@ -16,7 +16,7 @@ router_logging = false
; the path relative to the binary where the static (html/js/css) files are placed ; the path relative to the binary where the static (html/js/css) files are placed
static_root_path = public static_root_path = public
; enable gzip ; enable gzip
enable_gzip = false enable_gzip = true
; https certs & key file ; https certs & key file
cert_file = cert_file =
cert_key = cert_key =
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<strong>Limit number to</strong> <strong>Limit number to</strong>
</li> </li>
<li> <li>
<input class="input-small tight-form-input" type="number" ng-model="panel.limit" ng-model-onblur ng-change="get_data"> <input class="input-small tight-form-input" type="number" ng-model="panel.limit" ng-model-onblur ng-change="get_data()">
</li> </li>
</ul> </ul>
<div class="clearfix"></div> <div class="clearfix"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment