X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=9849a691d07f6237e5ad62da3d117a2696be4ed9;hb=34adfa8518ba0b57d1837db1847a13215f31a83c;hp=0ef1bf53a7ebb8d3bc4cce49e00bfc6aed426905;hpb=fca411ed205933fe9ecf56de45c53d42369ce742;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index 0ef1bf5..9849a69 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,15 +6,15 @@ - + - - + + + - @@ -22,16 +22,17 @@
- + + - - + + - Login + Login @@ -52,20 +53,21 @@
- Upload + Upload File + Upload Folder New Folder - - - + + Public Folder Listing - - + + WebDAV Endpoint + {{ origin }}/_webdav/ About - Logout + Logout
@@ -85,13 +87,18 @@ - + + + @@ -101,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)