Skip to content

Commit 39bb9ce

Browse files
committed
Merge branch 'master' of github.com:grafana/grafana
2 parents 2d8180f + 3b21e9f commit 39bb9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/plugins/panel/graph/axisEditor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<li class="tight-form-item">
182182
<editor-checkbox text="Right side" model="ctrl.panel.legend.rightSide" change="ctrl.render()"></editor-checkbox>
183183
</li>
184-
<li ng-if="panel.legend.rightSide" class="tight-form-item">
184+
<li ng-if="ctrl.panel.legend.rightSide" class="tight-form-item">
185185
Side width
186186
</li>
187187
<li ng-if="ctrl.panel.legend.rightSide" style="width: 105px">

0 commit comments

Comments
 (0)