chore: put action buttons right

This commit is contained in:
kolaente 2021-12-12 18:32:32 +01:00
parent 5432981f58
commit 700691ef33
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@
<tr>
<th>{{ $t('misc.id') }}</th>
<th>{{ $t('misc.created') }}</th>
<th>{{ $t('misc.actions') }}</th>
<th class="has-text-right">{{ $t('misc.actions') }}</th>
</tr>
<tr v-for="tk in tokens">
<td>{{ tk.id }}</td>
<td>{{ formatDateShort(tk.created) }}</td>
<td>
<td class="has-text-right">
<x-button type="secondary" @click="deleteToken(tk)">
{{ $t('misc.delete') }}
</x-button>