diff --git a/client/src/app/torrent-table/torrent-table.component.html b/client/src/app/torrent-table/torrent-table.component.html index 42ed4d1..c1f243f 100644 --- a/client/src/app/torrent-table/torrent-table.component.html +++ b/client/src/app/torrent-table/torrent-table.component.html @@ -20,6 +20,7 @@ Files Downloads Size + Requested Status @@ -53,6 +54,9 @@ {{ torrent.rdSize | filesize }} + + {{ torrent.added | date : 'medium' }} + {{ torrent | status }}