Explorar o código

fix(graph): add missing ctrl in variable

bergquist %!s(int64=10) %!d(string=hai) anos
pai
achega
edebdb166e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/app/plugins/panel/graph/axisEditor.html

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

@@ -184,7 +184,7 @@
 				<li ng-if="panel.legend.rightSide" class="tight-form-item">
 					Side width
 				</li>
-				<li ng-if="panel.legend.rightSide" style="width: 105px">
+				<li ng-if="ctrl.panel.legend.rightSide" style="width: 105px">
 					<input type="number" class="input-small tight-form-input" placeholder="250" bs-tooltip="'Set a min-width for the legend side table/block'" data-placement="right"
 					ng-model="ctrl.panel.legend.sideWidth" ng-change="ctrl.render()" ng-model-onblur>
 				</li>