fix:Show hostname for web platforms

This commit is contained in:
Harsh Mahajan
2025-08-05 17:03:51 +05:30
parent a3fd19125c
commit 28ac893d07
@@ -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}