From c2e5d204148d842204687444c2728064e5b75cd5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 7 Aug 2019 23:05:37 +0200 Subject: Improve token description --- frontend/css/style.css | 2 +- frontend/index.html | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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.

+ +
-- cgit v1.2.3