X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=2d97e1cb83fb16dc1afb4049894f5e231585ad64;hb=d5940df06a4f498176dad293f66607fb69eb2a28;hp=538d32932afdc3edd077ece1900c24bd2c3ee447;hpb=35355283872739fb9bd150cf42a40a1a23b1674d;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index 538d329..2d97e1c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,12 +6,13 @@ - + - - + + + @@ -21,16 +22,17 @@
- + + - - + + - Login + Login @@ -51,19 +53,21 @@
- Upload + Upload File + Upload Folder New Folder - - + + Public Folder Listing - - + + WebDAV Endpoint + {{ origin }}/_webdav/ About - Logout + Logout
@@ -80,17 +84,22 @@ + + + - @@ -99,9 +108,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)