Implements admin token deletion

This commit is contained in:
Éloi Rivard 2023-02-04 18:41:49 +01:00
parent ddea98bff9
commit 2eb777a3ca

View file

@ -30,10 +30,6 @@
<div class="ui attached clearing segment">
<table class="ui celled striped table">
<tr>
<td>{{ _("Issue date") }}</td>
<td>{{ token.issue_date }}</td>
</tr>
<tr>
<td>{{ _("Client") }}</td>
<td>
@ -74,6 +70,14 @@
</ul>
</td>
</tr>
<tr>
<td>{{ _("Issue date") }}</td>
<td>{{ token.issue_date }}</td>
</tr>
<tr>
<td>{{ _("Expiration date") }}</td>
<td>{{ token.expire_date }}</td>
</tr>
<tr>
<td>{{ _("Revokation date") }}</td>
<td>
@ -89,10 +93,6 @@
{% endif %}
</td>
</tr>
<tr>
<td>{{ _("Lifetime") }}</td>
<td>{{ token.lifetime }}</td>
</tr>
<tr>
<td>{{ _("Token type") }}</td>
<td>{{ token.type }}</td>