Skip to content
Snippets Groups Projects
Commit 0a7c719a authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '287-import-size' into 'develop'

Resolve "Display bug in Activity"

Closes #287

See merge request !236
parents b6fc0051 16718809
No related branches found
No related tags found
No related merge requests found
Display file size in human format during file upload (#287)
......@@ -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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment