X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=5bc64c193bf4f40ba258b67b1a477f5ce6d52c6e;hb=701c2be63f33a868f0369fe95d823ed0b11ec683;hp=538d32932afdc3edd077ece1900c24bd2c3ee447;hpb=35355283872739fb9bd150cf42a40a1a23b1674d;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index 538d329..5bc64c1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -21,16 +21,17 @@
- + + - - + + - Login + Login @@ -51,11 +52,12 @@
- Upload + Upload File + Upload Folder New Folder - - + + Public Folder Listing @@ -63,7 +65,7 @@ About - Logout + Logout
@@ -99,9 +101,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)