Commit bda5ae5b by Torkel Ödegaard

fixed unclosed selected html tag (caused issue with optimized build version so…

fixed unclosed selected html tag (caused issue with optimized build version so no options where shown in graph edit tabs)
parent 53075e0e
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
<div class="section"> <div class="section">
<div class="editor-option"> <div class="editor-option">
<label class="small">Datasource</label> <label class="small">Datasource</label>
<select class="input-large" ng-options="obj.value as obj.name for obj in datasources" ng-model="panel.datasource" ng-change="datasourceChanged()" /> <select class="input-large" ng-options="obj.value as obj.name for obj in datasources" ng-model="panel.datasource" ng-change="datasourceChanged()"></select>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment