Fix #287: Display file size in human format during file upload

This commit is contained in:
Eliot Berriot 2018-06-07 09:02:02 +02:00
parent b6fc0051fa
commit 16718809f7
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Display file size in human format during file upload (#287)

View File

@ -50,7 +50,7 @@
<tbody>
<tr v-for="(file, index) in files" :key="file.id">
<td>{{ file.name }}</td>
<td>{{ file.size }}</td>
<td>{{ file.size | humanSize }}</td>
<td>
<span v-if="file.error" class="ui red label">
{{ file.error }}