mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: styling
This commit is contained in:
parent
3f97a6993f
commit
d98b945d73
1 changed files with 2 additions and 2 deletions
|
|
@ -353,13 +353,13 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if adminConfig?.ENABLE_API_KEY_ENDPOINT_RESTRICTIONS}
|
{#if adminConfig?.ENABLE_API_KEY_ENDPOINT_RESTRICTIONS}
|
||||||
<div class=" flex w-full flex-col pr-2">
|
<div class=" flex w-full flex-col pr-2 mb-2.5">
|
||||||
<div class=" text-xs font-medium">
|
<div class=" text-xs font-medium">
|
||||||
{$i18n.t('Allowed Endpoints')}
|
{$i18n.t('Allowed Endpoints')}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
class="w-full mt-1 rounded-lg text-sm dark:text-gray-300 bg-transparent outline-hidden"
|
class="w-full mt-1 text-sm dark:text-gray-300 bg-transparent outline-hidden"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder={`e.g.) /api/v1/messages, /api/v1/channels`}
|
placeholder={`e.g.) /api/v1/messages, /api/v1/channels`}
|
||||||
bind:value={adminConfig.API_KEY_ALLOWED_ENDPOINTS}
|
bind:value={adminConfig.API_KEY_ALLOWED_ENDPOINTS}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue