Merge pull request #1 from TicketsBot-cloud/master

merging latest from upstream to origin
This commit is contained in:
Scott Brown 2025-02-04 20:44:39 -08:00 committed by GitHub
commit 0b9bb1dae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
bind:value={data.naming_scheme} bind:value={data.naming_scheme}
placeholder="ticket-%id%" placeholder="ticket-%id%"
tooltipText="Click here for the full placeholder list" tooltipText="Click here for the full placeholder list"
tooltipLink="https://docs.ticketsbot.cloud" /> tooltipLink="https://docs.ticketsbot.cloud/dashboard/settings/placeholders#custom-naming-scheme-placeholders" />
{/if} {/if}
</div> </div>
<div class="incomplete-row"> <div class="incomplete-row">

View File

@ -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/>