Update SettingsCard.svelte
This commit is contained in:
parent
d35ae1f243
commit
7510ee34f0
@ -7,7 +7,7 @@
|
|||||||
<form class="settings-form" on:submit|preventDefault={updateSettings}>
|
<form class="settings-form" on:submit|preventDefault={updateSettings}>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<Input label="prefix (max len. 8)" placeholder="t!" col4=true bind:value={data.prefix}/>
|
<Input label="prefix (max len. 8)" placeholder="t!" col4=true bind:value={data.prefix}/>
|
||||||
<Number label="per user ticket limit" col4=true min=1 max=10 bind:value={data.ticket_limit}/>
|
<Number label="per user simultaneous ticket limit" col4=true min=1 max=10 bind:value={data.ticket_limit}/>
|
||||||
<Checkbox label="allow users to close tickets" col4=true bind:value={data.users_can_close}/>
|
<Checkbox label="allow users to close tickets" col4=true bind:value={data.users_can_close}/>
|
||||||
<Checkbox label="ticket close confirmation" col4=true bind:value={data.close_confirmation}/>
|
<Checkbox label="ticket close confirmation" col4=true bind:value={data.close_confirmation}/>
|
||||||
</div>
|
</div>
|
||||||
@ -215,4 +215,4 @@
|
|||||||
width: 23%;
|
width: 23%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user