Forráskód Böngészése

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

Torkel Ödegaard 10 éve
szülő
commit
463c519954
3 módosított fájl, 2 hozzáadás és 3 törlés
  1. 0 1
      CHANGELOG.md
  2. 1 1
      conf/defaults.ini
  3. 1 1
      public/app/panels/dashlist/editor.html

+ 0 - 1
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**

+ 1 - 1
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 =

+ 1 - 1
public/app/panels/dashlist/editor.html

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