mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
fix: timestamp display
This commit is contained in:
parent
d07947885a
commit
98f22ec957
@ -173,7 +173,7 @@
|
|||||||
|
|
||||||
{#if message.timestamp}
|
{#if message.timestamp}
|
||||||
<span class=" invisible group-hover:visible text-gray-400 text-xs font-medium">
|
<span class=" invisible group-hover:visible text-gray-400 text-xs font-medium">
|
||||||
{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')}
|
{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:mm')}
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
</Name>
|
</Name>
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
{#if message.timestamp}
|
{#if message.timestamp}
|
||||||
<span class=" invisible group-hover:visible text-gray-400 text-xs font-medium">
|
<span class=" invisible group-hover:visible text-gray-400 text-xs font-medium">
|
||||||
{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')}
|
{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:mm')}
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
</Name>
|
</Name>
|
||||||
|
Loading…
Reference in New Issue
Block a user