X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=0c18b5242b002b1c8e2886ea17c232805abb38db;hb=8538b6b70524416a7916ea2418e6b3c46077c2a5;hp=5856a1615587ef9397fe72095d968eab299abac6;hpb=25c2c5dea457b206c26a9f746210016773a919b3;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index 5856a16..0c18b52 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
@@ -83,13 +85,18 @@ - + + + @@ -99,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)