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 @@ - +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + + +