mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Minor html fix
This commit is contained in:
parent
37c6a1ddf0
commit
4c35c83b84
@ -181,7 +181,7 @@
|
||||
<li class="tight-form-item">
|
||||
<editor-checkbox text="Right side" model="ctrl.panel.legend.rightSide" change="ctrl.render()"></editor-checkbox>
|
||||
</li>
|
||||
<li ng-if="panel.legend.rightSide" class="tight-form-item">
|
||||
<li ng-if="ctrl.panel.legend.rightSide" class="tight-form-item">
|
||||
Side width
|
||||
</li>
|
||||
<li ng-if="ctrl.panel.legend.rightSide" style="width: 105px">
|
||||
|
Loading…
Reference in New Issue
Block a user