X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=8cea7b9bdd32563e7f2c8bb5b208124b08b31b9d;hb=c396cc18633c1f8d50c5f4cc1c1c568b23ab8b24;hp=0ef1bf53a7ebb8d3bc4cce49e00bfc6aed426905;hpb=fca411ed205933fe9ecf56de45c53d42369ce742;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index 0ef1bf5..8cea7b9 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -14,7 +14,6 @@ - @@ -22,16 +21,17 @@
- + + - - + + - Login + Login @@ -52,12 +52,12 @@
- Upload + Upload File + Upload Folder New Folder - - - + + Public Folder Listing @@ -65,7 +65,7 @@ About - Logout + Logout
@@ -85,13 +85,18 @@ - + + + @@ -101,9 +106,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)