feat(front/auth-token): make token revoke action button mode to gain space
This commit is contained in:
parent
8ddcd50c35
commit
e3f7b5e7c7
@ -55,7 +55,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="actions">
|
<td class="actions">
|
||||||
<Form action="{route('revoke-token', token.id)}" submitText="Revoke" submitIcon="trash"
|
<Form action="{route('revoke-token', token.id)}" submitText="Revoke" submitIcon="trash"
|
||||||
submitClass="danger"/>
|
submitClass="danger" button/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/each}
|
{/each}
|
||||||
|
Loading…
Reference in New Issue
Block a user