X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=b3a6bbaaf70cdc1eea6b0d1c603b2f887484157d;hb=b59e67174a605a02045bc1dc85a821add2aea616;hp=d2b526d15c82c48f9954cf2b42e2761d37748cec;hpb=7c36adbbc51c85c9073c72e75d6503b52c02561d;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index d2b526d..b3a6bba 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -26,12 +26,12 @@ - - + + - Login + Login @@ -56,16 +56,17 @@ Upload Folder New Folder - - + + Public Folder Listing - - + + WebDAV Endpoint + {{ origin }}/_webdav/ About - Logout + Logout @@ -85,13 +86,18 @@ - + + + @@ -101,9 +107,12 @@ - + +
Fetching file information for upload
+
+ - Uploading files ({{ uploadStatus.done }} / {{ uploadStatus.count }}) + Uploading {{ uploadStatus.count }} files ({{ Math.round(uploadStatus.done/1000/1000) }}MB / {{ Math.round(uploadStatus.size/1000/1000) }}MB)