diff options
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index bb53ca4..633de08 100644 --- a/frontend/index.html +++ b/frontend/index.html | |||
@@ -106,7 +106,7 @@ | |||
106 | </el-row> | 106 | </el-row> |
107 | <el-row v-else> | 107 | <el-row v-else> |
108 | <el-col :span="4"> | 108 | <el-col :span="4"> |
109 | Uploading files ({{ uploadStatus.done }} / {{ uploadStatus.count }}) | 109 | Uploading {{ uploadStatus.count }} files ({{ Math.round(uploadStatus.done/1000/1000) }}MB / {{ Math.round(uploadStatus.size/1000/1000) }}MB) |
110 | </el-col> | 110 | </el-col> |
111 | <el-col :span="20"> | 111 | <el-col :span="20"> |
112 | <el-progress :text-inside="true" :stroke-width="18" :percentage="uploadStatus.percentDone"></el-progress> | 112 | <el-progress :text-inside="true" :stroke-width="18" :percentage="uploadStatus.percentDone"></el-progress> |