mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
ran: formatter.
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
</Table.Cell>
|
||||
<Table.Cell column="registrar" {root}>{domain?.registrar || '-'}</Table.Cell>
|
||||
<Table.Cell column="nameservers" {root}
|
||||
>{domain?.nameservers || '-'}</Table.Cell>
|
||||
>{domain?.nameservers || '-'}</Table.Cell>
|
||||
<Table.Cell column="expiry_date" {root}>
|
||||
{domain?.expiry ? toLocaleDateTime(domain.expiry) : '-'}
|
||||
</Table.Cell>
|
||||
@@ -92,7 +92,7 @@
|
||||
{domain.renewal ? toLocaleDateTime(domain.renewal) : '-'}
|
||||
</Table.Cell>
|
||||
<Table.Cell column="auto_renewal" {root}
|
||||
>{domain.autoRenewal ? 'On' : 'Off'}</Table.Cell>
|
||||
>{domain.autoRenewal ? 'On' : 'Off'}</Table.Cell>
|
||||
<Table.Cell column="actions" {root}>
|
||||
<Layout.Stack direction="row" justifyContent="flex-end">
|
||||
<Popover let:toggle placement="bottom-end" padding="none">
|
||||
@@ -205,4 +205,4 @@
|
||||
|
||||
{#if showRetry}
|
||||
<RetryDomainModal show={showRetry} {selectedDomain} />
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user