From 71b5ab54069540304240f984cb20f1f41c904dd3 Mon Sep 17 00:00:00 2001 From: 7go4bs9h <128628912+7go4bs9h@users.noreply.github.com> Date: Thu, 24 Aug 2023 02:14:55 -0400 Subject: [PATCH] Update torrent-table.component.html Added retry selected Added change selected's settings --- .../torrent-table.component.html | 227 +++++++++++++++--- 1 file changed, 196 insertions(+), 31 deletions(-) diff --git a/client/src/app/torrent-table/torrent-table.component.html b/client/src/app/torrent-table/torrent-table.component.html index fc8796b..a31c49f 100644 --- a/client/src/app/torrent-table/torrent-table.component.html +++ b/client/src/app/torrent-table/torrent-table.component.html @@ -12,24 +12,24 @@ (click)="toggleSelectAll($event)" [checked]="selectedTorrents.length > 0 && selectedTorrents.length === torrents.length" /> - - Name - Category - Priority - Files - Downloads - Size - Status - - - - - - + + Name + Category + Priority + Files + Downloads + Size + Status + + + + + + {{ torrent.rdName }} @@ -56,14 +56,42 @@ - +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + + +