Преглед изворни кода

Merge branch 'mtanda-refresh_temp_value_by_time_range_changes'

bergquist пре 9 година
родитељ
комит
6fff0b3e2a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/app/features/templating/partials/editor.html

+ 1 - 1
public/app/features/templating/partials/editor.html

@@ -171,7 +171,7 @@
 				</div>
 				</div>
 				<div class="gf-form">
 				<div class="gf-form">
 					<span class="gf-form-label width-7">Refresh</span>
 					<span class="gf-form-label width-7">Refresh</span>
-					<select class="input-large tight-form-input" ng-model="current.refresh" ng-options="f for f in ['Never', 'On Dashboard Load', 'On Time Change and Dashboard Load']"></select>
+					<select class="gf-form-input max-width-22" ng-model="current.refresh" ng-options="f for f in ['Never', 'On Dashboard Load', 'On Time Change and Dashboard Load']"></select>
 					<tip>When to update the values of this template, will slow down dashboard load / time change</tip>
 					<tip>When to update the values of this template, will slow down dashboard load / time change</tip>
 				</div>
 				</div>
 			</div>
 			</div>