X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=76b10e1ffd92c2a395a13631acba00edf1325601;hb=ca5a757fab6de89ff0ee49983797e136c2b2a747;hp=f7c5ab1ec4ab23853a895dfaba42caa73357a822;hpb=6ee80c949ae1ac2bb5177e4ec22eb81d3f790746;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index f7c5ab1..76b10e1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -14,7 +14,6 @@ - @@ -22,16 +21,17 @@
- + + - - + + - Login + Login @@ -40,6 +40,9 @@
Surfer
+
+ +
Path / @@ -49,20 +52,22 @@
- Upload + Upload File + Upload Folder New Folder - - - + + Public Folder Listing - + + WebDAV Endpoint + {{ origin }}/_webdav/ About - Logout + Logout
@@ -82,13 +87,18 @@ - + + + @@ -98,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)