Add missing token description

This commit is contained in:
Johannes Zellner
2020-02-11 09:54:57 +01:00
parent d2025d5ddf
commit b9c4928949

View File

@@ -458,7 +458,7 @@
<div class="grid-item-top">
<div class="row">
<div class="col-xs-12">
<p>You have {{ tokens.webadminTokens.length }} active web token(s) and {{ tokens.cliTokens.length }}.</p>
<p>You have {{ tokens.webadminTokens.length }} active web token(s) and {{ tokens.cliTokens.length }} CLI token(s).</p>
<button class="btn btn-outline btn-danger pull-right" ng-click="tokens.revokeAllWebAndCliTokens()">Logout From All</button>
<br/>
</div>