Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Adding status in pending uploads too
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
  • Loading branch information
onekiloparsec committed May 7, 2020
1 parent d56ac98 commit 24e5b95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions oort/app/templates/index.html
Expand Up @@ -280,6 +280,7 @@ <h3>
<th>Filename</th>
<th>Owner</th>
<th>Size</th>
<th>Status</th>
</tr>
</thead>
<tbody>
Expand All @@ -295,6 +296,10 @@ <h3>
<td :title="`upload.filesize bytes`">
{{ getFormatedSize(upload.filesize) }}
</td>
<td>
{{ upload.status }}
<div class="subtitle">{{ upload.substatus }}</div>
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 24e5b95

Please sign in to comment.