File tree Expand file tree Collapse file tree
src/routes/(console)/organization-[organization]/domains/domain-[domain] Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 </Typography .Text >
8181 {:else if column .id === ' value' }
8282 {@const isARecord = record .value === ' a.a.a.a' }
83- {#if isARecord }
83+ {@const isAAAARecord = record .type .toLowerCase () === ' aaaa' }
84+ {@const isCAARecord = record .type .toLowerCase () === ' caa' }
85+ {#if isARecord || isAAAARecord }
8486 <!-- to align with InteractiveText -->
8587 <div style:padding-inline-start =" 4px" >
8688 <Typography .Text >Served by Appwrite</Typography .Text >
8789 </div >
90+ {:else if isCAARecord }
91+ <!-- to align with InteractiveText -->
92+ <div style:padding-inline-start =" 4px" >
93+ <Typography .Text >Generated by Appwrite</Typography .Text >
94+ </div >
8895 {:else }
8996 <InteractiveText variant ="copy" text ={record .value } isVisible />
9097 {/if }
You can’t perform that action at this time.
0 commit comments