aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/index.html
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2018-05-18 22:29:34 +0200
committerJohannes Zellner <johannes@cloudron.io>2018-05-18 22:29:34 +0200
commit8370d9f06066dd808214b838551a29d24731bbd6 (patch)
treef93c7d910967b4b297e08f0b46b91c2120af9152 /frontend/index.html
parent7c36adbbc51c85c9073c72e75d6503b52c02561d (diff)
downloadSurfer-8370d9f06066dd808214b838551a29d24731bbd6.tar.gz
Surfer-8370d9f06066dd808214b838551a29d24731bbd6.tar.zst
Surfer-8370d9f06066dd808214b838551a29d24731bbd6.zip
Support dropping a folder for upload
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>