2015-04-30 04:15:26 -05:00
|
|
|
|
2015-02-01 13:23:52 -06:00
|
|
|
<div class="gf-box-header">
|
|
|
|
<div class="gf-box-title">
|
2015-01-08 04:03:27 -06:00
|
|
|
<i class="fa fa-th-list"></i>
|
2014-08-26 02:32:30 -05:00
|
|
|
Row settings
|
|
|
|
</div>
|
2013-07-23 12:10:00 -05:00
|
|
|
|
2014-08-26 02:32:30 -05:00
|
|
|
<div ng-model="editor.index" bs-tabs style="text-transform:capitalize;">
|
2015-03-24 15:10:44 -05:00
|
|
|
<div ng-repeat="tab in ['General']" data-title="{{tab}}">
|
2014-08-26 02:32:30 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-07-23 12:10:00 -05:00
|
|
|
|
2015-02-01 13:23:52 -06:00
|
|
|
<button class="gf-box-header-close-btn" ng-click="dismiss();">
|
|
|
|
<i class="fa fa-remove"></i>
|
|
|
|
</button>
|
2014-08-26 02:32:30 -05:00
|
|
|
</div>
|
|
|
|
|
2015-02-01 13:23:52 -06:00
|
|
|
<div class="gf-box-body">
|
2014-08-26 02:32:30 -05:00
|
|
|
|
2015-04-30 04:15:26 -05:00
|
|
|
<div class="editor-row">
|
2015-04-27 08:01:27 -05:00
|
|
|
<div class="section">
|
|
|
|
<h5>Row details</h5>
|
2015-04-30 04:15:26 -05:00
|
|
|
<div class="tight-form">
|
|
|
|
<ul class="tight-form-list">
|
|
|
|
<li class="tight-form-item">
|
|
|
|
Title
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<input type="text" class="input-xlarge tight-form-input" ng-model='row.title'></input>
|
|
|
|
</li>
|
|
|
|
<li class="tight-form-item">
|
|
|
|
Height
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<input type="text" class="input-small tight-form-input" ng-model='row.height'></input>
|
|
|
|
</li>
|
2015-05-01 01:07:45 -05:00
|
|
|
<li class="tight-form-item last">
|
2015-04-30 04:15:26 -05:00
|
|
|
<label class="checkbox-label" for="row.showTitle">Show Title</label>
|
|
|
|
<input class="cr1" id="row.showTitle" type="checkbox" ng-model="row.showTitle" ng-checked="row.showTitle">
|
|
|
|
<label for="row.showTitle" class="cr1"></label>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<div class="clearfix"></div>
|
2015-04-27 08:01:27 -05:00
|
|
|
</div>
|
2015-02-01 13:23:52 -06:00
|
|
|
</div>
|
2015-04-27 08:01:27 -05:00
|
|
|
<div class="section">
|
|
|
|
<h5>Templating options</h5>
|
2015-04-30 04:15:26 -05:00
|
|
|
<div class="tight-form">
|
|
|
|
<ul class="tight-form-list">
|
|
|
|
<li class="tight-form-item">
|
|
|
|
Repeat Row
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<select class="input-small tight-form-input last" ng-model="row.repeat" ng-options="f.name as f.name for f in dashboard.templating.list">
|
|
|
|
<option value=""></option>
|
|
|
|
</select>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<div class="clearfix"></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>
|
2015-03-24 15:10:44 -05:00
|
|
|
|
2013-02-12 17:25:39 -06:00
|
|
|
</div>
|