mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-21 03:01:12 +02:00
adjust recipient/group buttons
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -372,8 +372,11 @@
|
||||
<HeadTitle title="Recipients" />
|
||||
<section>
|
||||
<Headline>Recipients</Headline>
|
||||
<BigButton on:click={openCreateModal}>New recipient</BigButton>
|
||||
<BigButton on:click={openImportModal}>Import from CSV</BigButton>
|
||||
|
||||
<div class="flex gap-3">
|
||||
<BigButton on:click={openCreateModal}>New recipient</BigButton>
|
||||
<BigButton on:click={openImportModal}>Import from CSV</BigButton>
|
||||
</div>
|
||||
<Table
|
||||
isGhost={isRecipientsTableLoading}
|
||||
columns={[
|
||||
|
||||
@@ -220,7 +220,7 @@
|
||||
<HeadTitle title="Groups" />
|
||||
<main>
|
||||
<Headline>Groups</Headline>
|
||||
<div class="flex gap-4 mb-4">
|
||||
<div class="flex gap-3">
|
||||
<BigButton on:click={openCreateModal}>New group</BigButton>
|
||||
<BigButton on:click={() => goto('/recipient/orphaned/')}>View Orphaned</BigButton>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user