2016-04-11 15:21:25 -05:00
|
|
|
<div>
|
|
|
|
<div class="section gf-form-group">
|
|
|
|
<h5 class="section-heading">Options</h5>
|
2016-02-24 01:59:54 -06:00
|
|
|
|
2016-04-11 15:21:25 -05:00
|
|
|
<gf-form-switch class="gf-form" label="Starred" label-class="width-9" checked="ctrl.panel.starred" on-change="ctrl.refresh()"></gf-form-switch>
|
|
|
|
<gf-form-switch class="gf-form" label="Recently viewed" label-class="width-9" checked="ctrl.panel.recent" on-change="ctrl.refresh()"></gf-form-switch>
|
|
|
|
<gf-form-switch class="gf-form" label="Search" label-class="width-9" checked="ctrl.panel.search" on-change="ctrl.refresh()"></gf-form-switch>
|
2016-02-24 01:59:54 -06:00
|
|
|
|
2016-04-11 15:21:25 -05:00
|
|
|
<gf-form-switch class="gf-form" label="Show headings" label-class="width-9" checked="ctrl.panel.headings" on-change="ctrl.refresh()"></gf-form-switch>
|
2016-02-24 01:59:54 -06:00
|
|
|
|
2016-04-11 15:21:25 -05:00
|
|
|
<div class="gf-form">
|
|
|
|
<span class="gf-form-label width-9">Max items</span>
|
|
|
|
<input class="gf-form-input max-width-5" type="number" ng-model="ctrl.panel.limit" ng-model-onblur ng-change="ctrl.refresh()">
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-02-24 01:59:54 -06:00
|
|
|
|
2016-04-11 15:21:25 -05:00
|
|
|
<div class="section gf-form-group">
|
|
|
|
<h5 class="section-heading">Search</h5>
|
2016-02-24 01:59:54 -06:00
|
|
|
|
2016-04-11 15:21:25 -05:00
|
|
|
<div class="gf-form">
|
|
|
|
<span class="gf-form-label width-6">Query</span>
|
|
|
|
<input type="text" class="gf-form-input" placeholder="title query" ng-model="ctrl.panel.query" ng-change="ctrl.refresh()" ng-model-onblur>
|
|
|
|
</div>
|
|
|
|
|
2017-06-01 16:32:33 -05:00
|
|
|
<div class="gf-form">
|
2017-06-20 18:07:14 -05:00
|
|
|
<folder-picker root-name="All"
|
|
|
|
initial-folder-id="ctrl.panel.folderId"
|
2017-06-16 15:57:37 -05:00
|
|
|
on-change="ctrl.onFolderChange($folder)"
|
|
|
|
label-class="width-6">
|
|
|
|
</folder-picker>
|
2017-06-01 16:32:33 -05:00
|
|
|
</div>
|
|
|
|
|
2016-04-11 15:21:25 -05:00
|
|
|
<div class="gf-form">
|
|
|
|
<span class="gf-form-label width-6">Tags</span>
|
|
|
|
<bootstrap-tagsinput ng-model="ctrl.panel.tags" tagclass="label label-tag" placeholder="add tags" on-tags-updated="ctrl.refresh()">
|
|
|
|
</bootstrap-tagsinput>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-02-05 02:48:14 -06:00
|
|
|
|
2015-02-05 04:10:56 -06:00
|
|
|
</div>
|