2013-12-18 19:13:24 -06:00
|
|
|
<div class="editor-row">
|
|
|
|
<div class="section">
|
2013-07-25 23:27:37 -05:00
|
|
|
<strong>{{panelMeta.status}}</strong> // <span ng-bind-html="panelMeta.description"></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-12-18 19:13:24 -06:00
|
|
|
<div class="editor-row">
|
|
|
|
<div class="section">
|
|
|
|
<div class="editor-option">
|
|
|
|
<label class="small">Title</label><input type="text" class="input-medium" ng-model='panel.title'></input>
|
|
|
|
</div>
|
|
|
|
<div class="editor-option" ng-hide="panel.sizeable == false">
|
|
|
|
<label class="small">Span</label> <select class="input-mini" ng-model="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="editor-option">
|
|
|
|
<label class="small">Editable</label><input type="checkbox" ng-model="panel.editable" ng-checked="panel.editable">
|
|
|
|
</div>
|
|
|
|
<div class="editor-option" ng-show="!_.isUndefined(panel.spyable)">
|
|
|
|
<label class="small">
|
|
|
|
Inspect <i class="icon-question-sign" bs-tooltip="'Allow query reveal via <i class=icon-eye-open></i>'"></i>
|
|
|
|
</label>
|
|
|
|
<input type="checkbox" ng-model="panel.spyable" ng-checked="panel.spyable">
|
|
|
|
</div>
|
2013-08-16 17:17:57 -05:00
|
|
|
</div>
|
2013-02-13 13:23:24 -06:00
|
|
|
</div>
|