mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
refac
This commit is contained in:
@@ -793,7 +793,12 @@
|
|||||||
updateFileContentHandler();
|
updateFileContentHandler();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{isSaving ? $i18n.t('Running...') : $i18n.t('Save')}
|
{$i18n.t('Save')}
|
||||||
|
{#if isSaving}
|
||||||
|
<div class="ml-2 self-center">
|
||||||
|
<Spinner />
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -851,7 +856,12 @@
|
|||||||
updateFileContentHandler();
|
updateFileContentHandler();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{isSaving ? $i18n.t('Running...') : $i18n.t('Save')}
|
{$i18n.t('Save')}
|
||||||
|
{#if isSaving}
|
||||||
|
<div class="ml-2 self-center">
|
||||||
|
<Spinner />
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user