From: Johannes Zellner Date: Wed, 7 Aug 2019 21:05:37 +0000 (+0200) Subject: Improve token description X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=c2e5d204148d842204687444c2728064e5b75cd5 Improve token description --- diff --git a/frontend/css/style.css b/frontend/css/style.css index b43d6fe..9d019b0 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -92,7 +92,7 @@ a:hover, a:focus { .access-token-input { padding: 5px 0; - width: 450px; + width: 487px; } .access-token-input > input, .access-token-input i { diff --git a/frontend/index.html b/frontend/index.html index 20154da..920f8cc 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -37,10 +37,12 @@ - Tokens can be used with the surfer cli tool or using the Api directly. - They are shared between all users. + Access tokens are useful to programmatically deploy assets for example within a CI/CD pipeline. + For this they can be used with the surfer cli tool or using the Api directly.

+ +