From 9c414b74da1b4ebfef02c390f8b034c4e239c149 Mon Sep 17 00:00:00 2001 From: Darshan Date: Wed, 21 May 2025 19:08:53 +0530 Subject: [PATCH] update: fancy text. --- .../domains/domain-[domain]/table.svelte | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/routes/(console)/organization-[organization]/domains/domain-[domain]/table.svelte b/src/routes/(console)/organization-[organization]/domains/domain-[domain]/table.svelte index b6097a663..8041a4fd2 100644 --- a/src/routes/(console)/organization-[organization]/domains/domain-[domain]/table.svelte +++ b/src/routes/(console)/organization-[organization]/domains/domain-[domain]/table.svelte @@ -55,7 +55,12 @@ {record.type} {:else if column.id === 'value'} - + {@const isARecord = record.value === 'a.a.a.a'} + {#if isARecord} + Served by Appwrite + {:else} + + {/if} {:else if column.id === 'ttl'} {record.ttl}