mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added Pending Approval into the filters list
This commit is contained in:
parent
afa114db27
commit
d69f342b0f
2 changed files with 9 additions and 1 deletions
|
@ -199,6 +199,13 @@
|
|||
<label for="Processing">{{ 'Common.ProcessingRequest' | translate }}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="radio">
|
||||
<input type="radio" id="approved" name="Status" (click)="filterStatus(filterType.PendingApproval)">
|
||||
<label for="approved">{{ 'Filter.PendingApproval' | translate }}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="btn btn-sm btn-primary-outline" (click)="clearFilter()">
|
||||
<i class="fa fa-filter"></i> {{ 'Filter.ClearFilter' | translate }}</button>
|
||||
|
|
|
@ -158,6 +158,7 @@
|
|||
"ClearFilter":"Clear Filter",
|
||||
"FilterHeaderAvailability":"Availability",
|
||||
"FilterHeaderRequestStatus":"Status",
|
||||
"Approved":"Approved"
|
||||
"Approved":"Approved",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue