diff --git a/client/src/components/domain/domain-details.tsx b/client/src/components/domain/domain-details.tsx index 24bde62..2f7e95e 100644 --- a/client/src/components/domain/domain-details.tsx +++ b/client/src/components/domain/domain-details.tsx @@ -429,8 +429,8 @@ export function DomainDetails({ domain, onBack }: DomainDetailsProps) { Name Type - Content AutoIP + Content TTL Last Update Status @@ -459,6 +459,17 @@ export function DomainDetails({ domain, onBack }: DomainDetailsProps) { {record.type} + + {record.isAutoIP ? ( + + Enabled + + ) : ( + + Disabled + + )} + {record.isAutoIP ? ( record.currentIp ? ( @@ -514,17 +525,6 @@ export function DomainDetails({ domain, onBack }: DomainDetailsProps) { )} - - {record.isAutoIP ? ( - - Enabled - - ) : ( - - Disabled - - )} - {record.ttl}s {record.lastUpdated