forked from open-webui/open-webui
feat: user last active
This commit is contained in:
parent
01c4647dfc
commit
9094536d37
5 changed files with 118 additions and 5 deletions
|
@ -86,7 +86,7 @@
|
|||
|
||||
<div class="text-xs text-gray-500">
|
||||
{$i18n.t('Created at')}
|
||||
{dayjs(selectedUser.timestamp * 1000).format($i18n.t('MMMM DD, YYYY'))}
|
||||
{dayjs(selectedUser.created_at * 1000).format($i18n.t('MMMM DD, YYYY'))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue