X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=206a23cc02e2b43f34c79087f6832932fe278e35;hb=3b4435349d190cc1fd3b9486b9bc207573bd5296;hp=15e5d98a5d7ccc21c4523864ec79922097293f7c;hpb=d0803a0432f50d6d32b498d50f37f4325984e85c;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index 15e5d98..206a23c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,20 +1,20 @@ - Cloudron Surfer + Surfer - + - - + + + - @@ -22,23 +22,41 @@
- + + - - + + - Login + Login + + Access tokens are useful to programmatically deploy assets for example within a CI/CD pipeline. + See the docs for more information on how to use this token. +
+
+ +
+
+
+ + +
+
+
+ Create Access Token +
+ -
- Surfer +
+
@@ -49,20 +67,22 @@
- Upload + Upload File + Upload Folder New Folder - - - + + Public Folder Listing - - + + WebDAV Endpoint + {{ origin }}/_webdav/ + Access Tokens About - Logout + Logout
@@ -79,17 +99,22 @@ + + + - @@ -98,9 +123,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)