From 9b69209d884a6d01e890ec3360cb88fe7cf64f6a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 7 Oct 2014 18:09:34 +0200 Subject: [PATCH 1/1] Tell what the token management page does --- grauphel.css | 3 +++ templates/tokens.php | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/grauphel.css b/grauphel.css index 21c44d4..cac269c 100644 --- a/grauphel.css +++ b/grauphel.css @@ -13,6 +13,9 @@ .app-grauphel #app-content.list h1 { padding: 1ex; } +.app-grauphel #app-content.list > p { + margin: 2ex; +} .app-grauphel #app-content h2 { font-weight: bold; diff --git a/templates/tokens.php b/templates/tokens.php index 48e5998..9c1da6d 100644 --- a/templates/tokens.php +++ b/templates/tokens.php @@ -5,6 +5,11 @@

Manage access tokens

+

+ Here you see which applications have access to the notes. + You can permanently revoke access by clicking the "delete" icon on the right + side of each token row. +

-- 2.30.2