swap order of blacklist buttons (#1)
This commit is contained in:
parent
e7cb111874
commit
4f36dad755
@ -61,8 +61,8 @@
|
|||||||
<span slot="title">Blacklist</span>
|
<span slot="title">Blacklist</span>
|
||||||
<div slot="body" class="body-wrapper">
|
<div slot="body" class="body-wrapper">
|
||||||
<div class="row" style="gap: 10px">
|
<div class="row" style="gap: 10px">
|
||||||
<Button icon="fas fa-ban" on:click={() => blacklistUserModal = true}>Blacklist New User</Button>
|
|
||||||
<Button icon="fas fa-ban" on:click={() => blacklistRoleModal = true}>Blacklist New Role</Button>
|
<Button icon="fas fa-ban" on:click={() => blacklistRoleModal = true}>Blacklist New Role</Button>
|
||||||
|
<Button icon="fas fa-ban" on:click={() => blacklistUserModal = true}>Blacklist New User</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user