Final polish on panel & row repeats, #1888, still some missing places where scopedVars needs to be used

This commit is contained in:
Torkel Ödegaard
2015-04-30 11:15:26 +02:00
parent 32e0ce1beb
commit e17f56b4ad
4 changed files with 53 additions and 28 deletions

View File

@@ -38,7 +38,7 @@
Repeat Panel
</li>
<li>
<select class="input-small tight-form-input" ng-model="panel.repeat" ng-options="f.name as f.name for f in dashboard.templating.list">
<select class="input-small tight-form-input last" ng-model="panel.repeat" ng-options="f.name as f.name for f in dashboard.templating.list">
<option value=""></option>
</select>
</li>