Quellcode durchsuchen

Add bs-tooltip to Y-Align element.

ilgizar vor 7 Jahren
Ursprung
Commit
7cddc54306
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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">
 			<div class="gf-form" ng-show="$index === 1">
 				<label class="gf-form-label width-6">Y-Align</label>
 				<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>
 
 
 		<div ng-if="yaxis.show">
 		<div ng-if="yaxis.show">