X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=24087e9c3dd973be555fd980450186f2d3e64dc4;hb=36e6a99e671e2b7fe03d3a697eec247cb66ffa19;hp=5856a1615587ef9397fe72095d968eab299abac6;hpb=25c2c5dea457b206c26a9f746210016773a919b3;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index 5856a16..24087e9 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,12 +6,13 @@ - + - - + + + @@ -21,19 +22,37 @@
- + + - - + + - Login + Login + + Access tokens are useful to programmatically deploy assets for example within a CI/CD pipeline. + See the [docs](https://cloudron.io/documentation/apps/surfer/) for more information on how to use this token. +
+
+ +
+
+
+ + +
+
+
+ Create Access Token +
+
@@ -51,19 +70,22 @@
- Upload + Upload File + Upload Folder New Folder - - + + Public Folder Listing - - + + WebDAV Endpoint + {{ origin }}/_webdav/ + Access Tokens About - Logout + Logout
@@ -80,17 +102,22 @@ + + + - @@ -99,9 +126,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)