mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 03:56:31 +01:00
Change advanced to show / hide
This commit is contained in:
parent
23ba3be68f
commit
da87542a52
1 changed files with 4 additions and 4 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
<svg class="toolbaricon" fill="currentColor">
|
<svg class="toolbaricon" fill="currentColor">
|
||||||
<use xlink:href="assets/bootstrap-icons.svg#funnel" />
|
<use xlink:href="assets/bootstrap-icons.svg#funnel" />
|
||||||
</svg>
|
</svg>
|
||||||
Advanced Filters
|
{{ showFilter ? 'Hide' : 'Show' }} Filter Editor
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="btn-group" ngbDropdown role="group">
|
<div class="btn-group" ngbDropdown role="group">
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
|
|
||||||
<div class="card w-100 mb-3" [hidden]="!showFilter">
|
<div class="card w-100 mb-3" [hidden]="!showFilter">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Advanced Filters</h5>
|
<h5 class="card-title">Filter Editor</h5>
|
||||||
<app-filter-editor [(filterRules)]="filterRules" (apply)="applyFilterRules()" (clear)="clearFilterRules()"></app-filter-editor>
|
<app-filter-editor [(filterRules)]="filterRules" (apply)="applyFilterRules()" (clear)="clearFilterRules()"></app-filter-editor>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue