X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=5bc64c193bf4f40ba258b67b1a477f5ce6d52c6e;hb=cf286c1be0b9053e1839a29a762aa5ce71bf62cd;hp=321801b2cb35b776c1c32ee12559ba1725b4b3ea;hpb=06c3b4c96ebe9c71a798a20244914d28bab1fa72;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index 321801b..5bc64c1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -21,16 +21,17 @@
- + + - - + + - Login + Login @@ -51,12 +52,12 @@
- Upload + Upload File + Upload Folder New Folder - - - + + Public Folder Listing @@ -64,7 +65,7 @@ About - Logout + Logout
@@ -100,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)