mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 15:27:01 -06:00
ux: minor fixes
This commit is contained in:
parent
2797e8e2d0
commit
63d4499a2b
@ -31,28 +31,28 @@
|
||||
</div>
|
||||
|
||||
<div class="search-dropdown__col_2">
|
||||
<div class="search-filter-box">
|
||||
<div class="search-filter-box__header">
|
||||
<i class="fa fa-filter"></i>
|
||||
Filter by:
|
||||
<a class="pointer pull-right small">
|
||||
<i class="fa fa-remove"></i> Clear
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="gf-form">
|
||||
<folder-picker initial-title="ctrl.initialFolderFilterTitle"
|
||||
on-change="ctrl.onFolderChange($folder)"
|
||||
label-class="width-4">
|
||||
</folder-picker>
|
||||
</div>
|
||||
|
||||
<div class="gf-form">
|
||||
<label class="gf-form-label width-4">Tags</label>
|
||||
<bootstrap-tagsinput ng-model="ctrl.dashboard.tags" tagclass="label label-tag" placeholder="add tags">
|
||||
</bootstrap-tagsinput>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="search-filter-box"> -->
|
||||
<!-- <div class="search-filter-box__header"> -->
|
||||
<!-- <i class="fa fa-filter"></i> -->
|
||||
<!-- Filter by: -->
|
||||
<!-- <a class="pointer pull-right small"> -->
|
||||
<!-- <i class="fa fa-remove"></i> Clear -->
|
||||
<!-- </a> -->
|
||||
<!-- </div> -->
|
||||
<!-- -->
|
||||
<!-- <div class="gf-form"> -->
|
||||
<!-- <folder-picker initial-title="ctrl.initialFolderFilterTitle" -->
|
||||
<!-- on-change="ctrl.onFolderChange($folder)" -->
|
||||
<!-- label-class="width-4"> -->
|
||||
<!-- </folder-picker> -->
|
||||
<!-- </div> -->
|
||||
<!-- -->
|
||||
<!-- <div class="gf-form"> -->
|
||||
<!-- <label class="gf-form-label width-4">Tags</label> -->
|
||||
<!-- <bootstrap-tagsinput ng-model="ctrl.dashboard.tags" tagclass="label label-tag" placeholder="add tags"> -->
|
||||
<!-- </bootstrap-tagsinput> -->
|
||||
<!-- </div> -->
|
||||
<!-- </div> -->
|
||||
|
||||
<div class="search-filter-box">
|
||||
<a href="dashboard/new" class="search-filter-box-link">
|
||||
|
@ -30,7 +30,7 @@
|
||||
height: 100%;
|
||||
|
||||
&--dashboard {
|
||||
height: calc(100% - 54px);
|
||||
height: calc(100% - 56px);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user