mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 04:37:39 +03:00
Fix unclosed th tag in fileSize column
This commit is contained in:
parent
7575ff895d
commit
e7cfbb5786
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<span *ngIf="download.value.size">{{ download.value.size | fileSize }}</span>
|
||||
</td>
|
||||
<td>
|
||||
<button *ngIf="download.value.status == 'error'" type="button" class="btn btn-link" (click)="retryDownload(download.key, download.value)"><fa-icon [icon]="faRedoAlt"></fa-icon></button>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue