mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed #2803 in regards to the Request Button showing up.
Still need to investiagte the availability side of things
This commit is contained in:
parent
2b1eebafd1
commit
775e18e2d3
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
<i class="fa fa-check"></i> {{ 'Common.Available' | translate }}</button>
|
||||
</div>
|
||||
<div *ngIf="!result.fullyAvailable">
|
||||
<div *ngIf="result.requested || result.approved; then requestedBtn else notRequestedBtn"></div>
|
||||
<div *ngIf="result.requested || result.approved || result.monitored; then requestedBtn else notRequestedBtn"></div>
|
||||
<ng-template #requestedBtn>
|
||||
<button style="text-align: right" class="btn btn-primary-outline disabled" [disabled]>
|
||||
<i class="fa fa-check"></i> {{ 'Common.Requested' | translate }}</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue