2016-02-24 06:49:42 -06:00
|
|
|
<div class="tabbed-view-header">
|
|
|
|
<h2 class="tabbed-view-title">
|
2014-08-26 02:32:30 -05:00
|
|
|
Row settings
|
2016-02-24 06:49:42 -06:00
|
|
|
</h2>
|
2013-07-23 12:10:00 -05:00
|
|
|
|
2016-02-24 06:49:42 -06:00
|
|
|
<button class="tabbed-view-close-btn" ng-click="dismiss();">
|
2015-02-01 13:23:52 -06:00
|
|
|
<i class="fa fa-remove"></i>
|
|
|
|
</button>
|
2014-08-26 02:32:30 -05:00
|
|
|
</div>
|
|
|
|
|
2016-02-24 06:49:42 -06:00
|
|
|
<div class="tabbed-view-body">
|
2016-02-23 08:48:39 -06:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-8">
|
|
|
|
<div class="page-heading">
|
|
|
|
<h5>Row details</h5>
|
|
|
|
</div>
|
|
|
|
<div class="gf-form-group">
|
|
|
|
<div class="gf-form-inline">
|
2014-08-26 02:32:30 -05:00
|
|
|
|
2016-02-23 08:48:39 -06:00
|
|
|
<div class="gf-form">
|
|
|
|
<span class="gf-form-label width-6">Title</span>
|
|
|
|
<input type="text" class="gf-form-input max-width-14" ng-model='row.title'></input>
|
|
|
|
</div>
|
|
|
|
<div class="gf-form">
|
|
|
|
<span class="gf-form-label width-6">Height</span>
|
|
|
|
<input type="text" class="gf-form-input max-width-8" ng-model='row.height'></input>
|
|
|
|
<editor-checkbox text="Show Title" model="row.showTitle"></editor-checkbox>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-04-27 08:01:27 -05:00
|
|
|
</div>
|
2015-02-01 13:23:52 -06:00
|
|
|
</div>
|
2016-02-23 08:48:39 -06:00
|
|
|
<div class="col-md-4">
|
|
|
|
<div class="page-heading">
|
|
|
|
<h5>Templating options</h5>
|
|
|
|
</div>
|
|
|
|
<div class="gf-form-group">
|
|
|
|
<div class="gf-form">
|
|
|
|
<span class="gf-form-label">Repeat Row</span>
|
|
|
|
<div class="gf-form-select-wrapper max-width-10">
|
|
|
|
<select class="gf-form-input" ng-model="row.repeat" ng-options="f.name as f.name for f in dashboard.templating.list">
|
2015-04-30 04:15:26 -05:00
|
|
|
<option value=""></option>
|
2016-02-23 08:48:39 -06:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-04-27 08:01:27 -05:00
|
|
|
</div>
|
2015-02-01 13:23:52 -06:00
|
|
|
</div>
|
2014-08-11 08:25:36 -05:00
|
|
|
</div>
|
2013-02-12 17:25:39 -06:00
|
|
|
</div>
|