mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
fix(graph): add missing ctrl in variable
This commit is contained in:
parent
7f83be3d0d
commit
edebdb166e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user