From 4ce8db7a81817c0dc9ae8f16c2039141f3d45679 Mon Sep 17 00:00:00 2001 From: BLasan Date: Wed, 1 Apr 2020 03:58:12 +0530 Subject: [PATCH] feat:added download starting date Fix: #913 --- ui/src/app/views/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/views/dashboard.html b/ui/src/app/views/dashboard.html index 7b2e5923..0cf1fe77 100755 --- a/ui/src/app/views/dashboard.html +++ b/ui/src/app/views/dashboard.html @@ -18,6 +18,7 @@

On going downloads

{{$index + 1}} {{data.download_name}} + {{data.added_time | date:"MM/dd/yyyy 'at' h:mma"}} On going downloads - - + \ No newline at end of file