mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix:Show hostname for web platforms
This commit is contained in:
@@ -139,7 +139,9 @@
|
||||
</Layout.Stack>
|
||||
</Table.Cell>
|
||||
<Table.Cell {root}>
|
||||
{platform.hostname || platform.key || '—'}
|
||||
{(platform.type.includes('web') || platform.type === 'web'
|
||||
? platform.hostname
|
||||
: platform.key) || '—'}
|
||||
</Table.Cell>
|
||||
<Table.Cell {root}>
|
||||
{#if platform.$updatedAt}
|
||||
|
||||
Reference in New Issue
Block a user