2016-02-17 06:46:18 -06:00
|
|
|
<div class="gf-form-group">
|
|
|
|
<div class="gf-form-inline">
|
2016-02-20 07:48:10 -06:00
|
|
|
<div class="gf-form max-width-21">
|
|
|
|
<span class="gf-form-label width-8">Title</span>
|
2016-02-17 06:46:18 -06:00
|
|
|
<input type="text" class="gf-form-input" ng-model='ctrl.panel.title'></input>
|
|
|
|
</div>
|
|
|
|
<div class="gf-form">
|
2016-02-20 07:48:10 -06:00
|
|
|
<span class="gf-form-label width-6">Span</span>
|
2016-02-17 06:46:18 -06: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 10:37:47 -05:00
|
|
|
<div class="gf-form">
|
2016-02-20 07:48:10 -06: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 03:47:51 -05:00
|
|
|
</div>
|
2016-09-30 10:37:47 -05:00
|
|
|
<gf-form-switch class="gf-form" label="Transparent" checked="ctrl.panel.transparent" on-change="ctrl.render()"></gf-form-switch>
|
2015-04-30 03:47:51 -05:00
|
|
|
</div>
|
2016-02-17 06:46:18 -06:00
|
|
|
|
|
|
|
<div class="gf-form-inline">
|
2016-02-20 07:48:10 -06:00
|
|
|
<div class="gf-form max-width-21">
|
|
|
|
<span class="gf-form-label width-8">Repeat Panel</span>
|
2016-02-17 06:46:18 -06:00
|
|
|
<select class="gf-form-input" ng-model="ctrl.panel.repeat" ng-options="f.name as f.name for f in ctrl.dashboard.templating.list">
|
|
|
|
<option value=""></option>
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<div class="gf-form">
|
2016-02-20 07:48:10 -06:00
|
|
|
<span class="gf-form-label width-6">Min span</span>
|
2016-02-17 06:46:18 -06: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 03:47:51 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-09-04 10:34:36 -05:00
|
|
|
</div>
|
2014-11-11 04:48:27 -06:00
|
|
|
|
2016-01-25 14:09:37 -06:00
|
|
|
<panel-links-editor panel="ctrl.panel"></panel-links-editor>
|
2014-11-11 04:48:27 -06:00
|
|
|
|
|
|
|
|