Skip to content

Commit

Permalink
feat:added download starting date
Browse files Browse the repository at this point in the history
  • Loading branch information
BLasan committed Mar 31, 2020
1 parent 79dc87b commit 4ce8db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h4 class="panel-widget-tittle"> On going downloads</h4>
<tr ng-repeat="data in downloads">
<td id="vertalign" data-title="ID">{{$index + 1}}</td>
<td id="vertalign" data-title="Issue">{{data.download_name}}</td>
<td id="vertalign" data-title="DateTime">{{data.added_time | date:"MM/dd/yyyy 'at' h:mma"}}</td>
<td id="vertalign" data-title="Progress">
<md-progress-linear
md-mode="determinate"
Expand All @@ -35,5 +36,4 @@ <h4 class="panel-widget-tittle"> On going downloads</h4>

</md-content>

</div>

</div>

0 comments on commit 4ce8db7

Please sign in to comment.