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

merge-requests/237/head
Eliot Berriot 2018-06-07 09:02:02 +02:00
rodzic b6fc0051fa
commit 16718809f7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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 }}