ran: formatter.

This commit is contained in:
Darshan
2025-03-19 15:31:03 +05:30
parent 5af347f684
commit 7d4f2622bf
@@ -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}