mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: fancy text.
This commit is contained in:
+6
-1
@@ -55,7 +55,12 @@
|
||||
{record.type}
|
||||
</Typography.Text>
|
||||
{:else if column.id === 'value'}
|
||||
<InteractiveText variant="copy" text={record.value} isVisible />
|
||||
{@const isARecord = record.value === 'a.a.a.a'}
|
||||
{#if isARecord}
|
||||
<Typography.Text>Served by Appwrite</Typography.Text>
|
||||
{:else}
|
||||
<InteractiveText variant="copy" text={record.value} isVisible />
|
||||
{/if}
|
||||
{:else if column.id === 'ttl'}
|
||||
<Typography.Text>
|
||||
{record.ttl}
|
||||
|
||||
Reference in New Issue
Block a user