|
@@ -11,33 +11,20 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="section gf-form-group">
|
|
|
|
|
- <h5 class="section-heading">Dimensions</h5>
|
|
|
|
|
- <div class="gf-form">
|
|
|
|
|
- <span class="gf-form-label width-7">Span</span>
|
|
|
|
|
- <select class="gf-form-input width-6" ng-model="ctrl.panel.span" ng-options="f for f in [0,1,2,3,4,5,6,7,8,9,10,11,12]"></select>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="gf-form">
|
|
|
|
|
- <span class="gf-form-label width-7">Height</span>
|
|
|
|
|
- <input type="text" class="gf-form-input width-6" ng-model='ctrl.panel.height' placeholder="100px"></input>
|
|
|
|
|
- </div>
|
|
|
|
|
- <gf-form-switch class="gf-form" label-class="width-7" switch-class="max-width-6" label="Transparent" checked="ctrl.panel.transparent" on-change="ctrl.render()"></gf-form-switch>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <div class="section gf-form-group">
|
|
|
|
|
- <h5 class="section-heading">Templating</h5>
|
|
|
|
|
|
|
+ <div class="section gf-form-group">
|
|
|
|
|
+ <h5 class="section-heading">Options</h5>
|
|
|
|
|
+ <gf-form-switch class="gf-form" label-class="width-8" switch-class="max-width-6" label="Transparent" checked="ctrl.panel.transparent" on-change="ctrl.render()"></gf-form-switch>
|
|
|
<div class="gf-form">
|
|
<div class="gf-form">
|
|
|
<span class="gf-form-label width-8">Repeat Panel</span>
|
|
<span class="gf-form-label width-8">Repeat Panel</span>
|
|
|
<dash-repeat-option model="ctrl.panel"></dash-repeat-option>
|
|
<dash-repeat-option model="ctrl.panel"></dash-repeat-option>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="gf-form">
|
|
<div class="gf-form">
|
|
|
- <span class="gf-form-label width-8">Min span</span>
|
|
|
|
|
|
|
+ <span class="gf-form-label width-8">Min width</span>
|
|
|
<select class="gf-form-input" ng-model="ctrl.panel.minSpan" ng-options="f for f in [1,2,3,4,5,6,7,8,9,10,11,12]">
|
|
<select class="gf-form-input" ng-model="ctrl.panel.minSpan" ng-options="f for f in [1,2,3,4,5,6,7,8,9,10,11,12]">
|
|
|
<option value=""></option>
|
|
<option value=""></option>
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
|
|
|
|
<panel-links-editor panel="ctrl.panel"></panel-links-editor>
|
|
<panel-links-editor panel="ctrl.panel"></panel-links-editor>
|
|
|
|
|
|