mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 22:03:15 -07:00
fix
This commit is contained in:
parent
d29c43457e
commit
ef40930a58
1 changed files with 1 additions and 9 deletions
|
@ -1,5 +1,4 @@
|
|||
|
||||
@defer (on viewport; prefetch on idle) {
|
||||
<div id="result{{result.id}}" *ngIf="fullyLoaded" class="ombi-card dark-card c" [style.display]="hide ? 'none' : 'block'">
|
||||
<div class="card-top-info">
|
||||
<div class="top-left" id="type{{result.id}}-{{RequestType[result.type]}}">
|
||||
|
@ -43,12 +42,5 @@
|
|||
</button>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
@placeholder {
|
||||
<p-skeleton id="cardLoading{{result.id}}" width="100%" height="315px"></p-skeleton>
|
||||
}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue