Просмотр исходного кода

Add bs-tooltip to Y-Align element.

ilgizar 7 лет назад
Родитель
Сommit
7cddc54306
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/plugins/panel/graph/axes_editor.html

+ 1 - 1
public/app/plugins/panel/graph/axes_editor.html

@@ -33,7 +33,7 @@
 
 			<div class="gf-form" ng-show="$index === 1">
 				<label class="gf-form-label width-6">Y-Align</label>
-				<input type="text" class="gf-form-input width-5" placeholder="none" empty-to-null ng-model="yaxis.align" ng-change="ctrl.render()" ng-model-onblur>
+				<input type="text" class="gf-form-input width-5" placeholder="none" empty-to-null bs-tooltip="'Align values for two Y-axes'" ng-model="yaxis.align" ng-change="ctrl.render()" ng-model-onblur>
 			</div>
 
 		<div ng-if="yaxis.show">