diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-10-07 18:09:34 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-10-07 18:09:34 +0200 |
| commit | 9b69209d884a6d01e890ec3360cb88fe7cf64f6a (patch) | |
| tree | 42bea059f4b9c048e5ffe79d1204a80c3de03944 | |
| parent | f8d16246cd26dcbc0a0ed9e7eb19a7fc5b2ddd80 (diff) | |
| download | grauphel-9b69209d884a6d01e890ec3360cb88fe7cf64f6a.tar.gz grauphel-9b69209d884a6d01e890ec3360cb88fe7cf64f6a.zip | |
Tell what the token management page does
| -rw-r--r-- | grauphel.css | 3 | ||||
| -rw-r--r-- | templates/tokens.php | 5 |
2 files changed, 8 insertions, 0 deletions
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 @@ <div id="app-content" class="list"> <h1>Manage access tokens</h1> + <p> + 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. + </p> <table class="table"> <thead> <tr> |
