X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=3a2f7f7fddb8b39654cf63a1e3fdc59cb9c3bfd6;hb=2d28c88dd7a6765a6d2ed54758bbb4c3da999331;hp=bb53ca47c3ea640942ce3a195f64628c61d16b11;hpb=8370d9f06066dd808214b838551a29d24731bbd6;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index bb53ca4..3a2f7f7 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,12 +6,13 @@ - + - - + + + @@ -26,20 +27,34 @@ - - + + - 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 -
@@ -56,16 +71,18 @@ Upload Folder New Folder - - + + Public Folder Listing - - + + WebDAV Endpoint + {{ origin }}/_webdav/ + Access Tokens About - Logout + Logout @@ -79,26 +96,43 @@
- - + + + + + -
+ +
+ +
+ Download + + Open + +
+
+
+ @@ -106,7 +140,7 @@ - Uploading files ({{ uploadStatus.done }} / {{ uploadStatus.count }}) + Uploading {{ uploadStatus.count }} files ({{ Math.round(uploadStatus.done/1000/1000) }}MB / {{ Math.round(uploadStatus.size/1000/1000) }}MB)