diff --git a/client/src/app/torrent-table/torrent-table.component.html b/client/src/app/torrent-table/torrent-table.component.html index 3e04bad..b431d4b 100644 --- a/client/src/app/torrent-table/torrent-table.component.html +++ b/client/src/app/torrent-table/torrent-table.component.html @@ -74,6 +74,15 @@ > Retry Selected + + @@ -150,11 +159,144 @@ class="button is-success" (click)="retryOk()" [disabled]="retrying" - [ngClass]="{ 'is-loading': deleting }" + [ngClass]="{ 'is-loading': retrying }" > Retry selected - + + + + +