From 87b5451f26e0df0aaf3504e2cc394045bb64b5a6 Mon Sep 17 00:00:00 2001 From: Dhruv Bhavsar Date: Sat, 26 Aug 2017 14:31:02 -0400 Subject: [PATCH] Upstream Changes... --- .../app/requests/tvrequests.component.html | 107 ++++++++++++++++-- 1 file changed, 96 insertions(+), 11 deletions(-) diff --git a/src/Ombi/ClientApp/app/requests/tvrequests.component.html b/src/Ombi/ClientApp/app/requests/tvrequests.component.html index 3b7914515..fa4a16e24 100644 --- a/src/Ombi/ClientApp/app/requests/tvrequests.component.html +++ b/src/Ombi/ClientApp/app/requests/tvrequests.component.html @@ -43,18 +43,9 @@ {{node.data.status}} -
- Request status: - Available - Processing Request - Request Denied - - Pending Approval - -
+
Release Date: {{node.data.releaseDate | date}}

-
Requested Date: {{node.data.requestedDate | date}}
@@ -65,7 +56,101 @@
- +
+
+
+
+ +
+ Requested By: {{child.requestedUser.userName}} +
+ + +
+ +
+ +
+
+ +
+
+ +
+
+
+
+ + +
+ + +

Season: {{season.seasonNumber}}

+ + + + + + + + + + + + + + + + + + + + +
+ + # + + + + Title + + + + Air Date + + + + Status + +
+ {{ep.episodeNumber}} + + {{ep.title}} + + {{ep.airDate | date: 'dd/MM/yyyy' }} + + Available + Processing Request +
+ + Pending Approval + + + + Not Yet Requested + +
+
+
+
+
+
+
+
+
+
+ +