grid: minor progress on panel repeats

This commit is contained in:
Torkel Ödegaard
2017-10-12 21:37:27 +02:00
parent 215d59865e
commit 8bb9d92a73
12 changed files with 431 additions and 551 deletions

View File

@@ -24,6 +24,12 @@
<option value=""></option>
</select>
</div>
<div class="gf-form">
<span class="gf-form-label width-8">Direction</span>
<select class="gf-form-input" ng-model="ctrl.panel.repeatDirection" ng-options="f for f in ['X', 'Y']">
<option value=""></option>
</select>
</div>
</div>
<panel-links-editor panel="ctrl.panel"></panel-links-editor>