]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/index.html
Add upload progress to ui
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / index.html
index bb53ca47c3ea640942ce3a195f64628c61d16b11..633de0809356807e5d9a113b07c2f265de7630ac 100644 (file)
     </el-row>
     <el-row v-else>
       <el-col :span="4">
-        Uploading files ({{ uploadStatus.done }} / {{ uploadStatus.count }})
+        Uploading {{ uploadStatus.count }} files ({{ Math.round(uploadStatus.done/1000/1000) }}MB / {{ Math.round(uploadStatus.size/1000/1000) }}MB)
       </el-col>
       <el-col :span="20">
         <el-progress :text-inside="true" :stroke-width="18" :percentage="uploadStatus.percentDone"></el-progress>