aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html
index d2b526d..bb53ca4 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -101,7 +101,10 @@
101 101
102 </el-main> 102 </el-main>
103 <el-footer v-show="uploadStatus.busy"> 103 <el-footer v-show="uploadStatus.busy">
104 <el-row> 104 <el-row v-if="uploadStatus.uploadListCount">
105 <center><i class="el-icon-loading"></i> Fetching file information for upload <el-badge class="mark" :value="uploadStatus.uploadListCount"/></center>
106 </el-row>
107 <el-row v-else>
105 <el-col :span="4"> 108 <el-col :span="4">
106 Uploading files ({{ uploadStatus.done }} / {{ uploadStatus.count }}) 109 Uploading files ({{ uploadStatus.done }} / {{ uploadStatus.count }})
107 </el-col> 110 </el-col>