chore: put action buttons right

This commit is contained in:
kolaente 2021-12-12 18:32:32 +01:00 committed by Dominik Pschenitschni
parent 8c01a384c4
commit 0d3e0d68d0
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
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>