2016-02-17 13:46:18 +01:00
|
|
|
<div class="gf-form-group">
|
|
|
|
|
<div class="gf-form-inline">
|
2016-02-20 14:48:10 +01:00
|
|
|
<div class="gf-form max-width-21">
|
|
|
|
|
<span class="gf-form-label width-8">Title</span>
|
2016-02-17 13:46:18 +01:00
|
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.panel.title'></input>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="gf-form">
|
2016-02-20 14:48:10 +01:00
|
|
|
<span class="gf-form-label width-6">Span</span>
|
2016-02-17 13:46:18 +01:00
|
|
|
<select class="gf-form-input gf-size-auto" 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>
|
2016-09-30 17:37:47 +02:00
|
|
|
<div class="gf-form">
|
2016-02-20 14:48:10 +01:00
|
|
|
<span class="gf-form-label width-8">Height</span>
|
|
|
|
|
<input type="text" class="gf-form-input max-width-6" ng-model='ctrl.panel.height' placeholder="100px"></input>
|
2015-04-30 10:47:51 +02:00
|
|
|
</div>
|
2016-09-30 17:37:47 +02:00
|
|
|
<gf-form-switch class="gf-form" label="Transparent" checked="ctrl.panel.transparent" on-change="ctrl.render()"></gf-form-switch>
|
2015-04-30 10:47:51 +02:00
|
|
|
</div>
|
2016-02-17 13:46:18 +01:00
|
|
|
|
|
|
|
|
<div class="gf-form-inline">
|
2016-02-20 14:48:10 +01:00
|
|
|
<div class="gf-form max-width-21">
|
|
|
|
|
<span class="gf-form-label width-8">Repeat Panel</span>
|
2016-11-01 13:43:05 +01:00
|
|
|
<dash-repeat-option model="ctrl.panel"></dash-repeat-option>
|
2016-02-17 13:46:18 +01:00
|
|
|
</div>
|
|
|
|
|
<div class="gf-form">
|
2016-02-20 14:48:10 +01:00
|
|
|
<span class="gf-form-label width-6">Min span</span>
|
2016-02-17 13:46:18 +01:00
|
|
|
<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>
|
|
|
|
|
</select>
|
2015-04-30 10:47:51 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-12-06 03:54:44 -08:00
|
|
|
<div class="gf-form-inline">
|
|
|
|
|
<div class="gf-form max-width-42">
|
|
|
|
|
<span class="gf-form-label width-8">Help Text</span>
|
|
|
|
|
<input type="text" class="input-xxlarge tight-form-input" ng-model='ctrl.panel.helpText'></input>
|
|
|
|
|
<input type="text" class="gf-form-input width-30" ng-model='ctrl.panel.helpText'></input>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-09-04 17:34:36 +02:00
|
|
|
</div>
|
2014-11-11 11:48:27 +01:00
|
|
|
|
2016-01-25 15:09:37 -05:00
|
|
|
<panel-links-editor panel="ctrl.panel"></panel-links-editor>
|
2014-11-11 11:48:27 +01:00
|
|
|
|
|
|
|
|
|