mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 00:59:52 +00:00
refac
This commit is contained in:
parent
c26d7ff463
commit
c90cd6019a
@ -173,7 +173,7 @@
|
|||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<div class="m-auto text-xs">No HTML, CSS, or JavaScript content found.</div>
|
<div class="m-auto text-xs">{$i18n.t('No HTML, CSS, or JavaScript content found.')}</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -205,7 +205,10 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="text-xs self-center dark:text-gray-100 min-w-fit">
|
<div class="text-xs self-center dark:text-gray-100 min-w-fit">
|
||||||
Version {selectedContentIdx + 1} of {contents.length}
|
{$i18n.t('Version {{selectedVersion}} of {{totalVersions}}', {
|
||||||
|
selectedVersion: selectedContentIdx + 1,
|
||||||
|
totalVersions: contents.length
|
||||||
|
})}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
Loading…
Reference in New Issue
Block a user