X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=20154da6a77229223d711d829c3a30f1b284ceea;hb=c2c00fca7dccb6e512a0f01bc87db129538765ef;hp=fc127ac9905bf601afc9d7ef8a610c6238aaa767;hpb=4f9464ebdcfe0ded9141853a3757bec9a30e7bb7;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index fc127ac..20154da 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,15 +6,15 @@ - + - - + + + - @@ -22,25 +22,41 @@
- + + - - + + - Login + Login + + Tokens can be used with the surfer cli tool or using the Api directly. + They are shared between all users. +
+
+
+
+ + +
+
+
+ Create Access Token +
+
Surfer
-
+
@@ -52,20 +68,22 @@
- Upload + Upload File + Upload Folder New Folder - - - + + Public Folder Listing - - + + WebDAV Endpoint + {{ origin }}/_webdav/ + Access Tokens About - Logout + Logout
@@ -82,17 +100,22 @@ + + + - @@ -101,9 +124,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)