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

pull/1709/head
Torkel Ödegaard 10 years ago
parent 1d0a3660bd
commit 463c519954
  1. 1
      CHANGELOG.md
  2. 2
      conf/defaults.ini
  3. 2
      public/app/panels/dashlist/editor.html

@ -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**

@ -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 =

@ -47,7 +47,7 @@
<strong>Limit number to</strong>
</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>
</ul>
<div class="clearfix"></div>

Loading…
Cancel
Save