X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=41b474957716cef80e1d03cc5dce2f04fbe85c3c;hb=f97b51a9151d0d886e2a4703c91494de55e6d5ef;hp=321801b2cb35b776c1c32ee12559ba1725b4b3ea;hpb=06c3b4c96ebe9c71a798a20244914d28bab1fa72;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index 321801b..41b4749 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,12 +6,13 @@ - + - - + + + @@ -21,24 +22,39 @@
- + + - - + + - 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 -
@@ -51,20 +67,22 @@
- Upload + Upload File + Upload Folder New Folder - - - + + Public Folder Listing - - + + WebDAV Endpoint + {{ origin }}/_webdav/ + Access Tokens About - Logout + Logout
@@ -81,28 +99,48 @@ + + + - + +
+ +
+ Download + + Open + +
+
+
+ - + +
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)