From 7cc13887eae7dd2a61900751e038d273313d077f Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Thu, 28 Mar 2024 15:25:34 -0600 Subject: [PATCH] fix order in dns records table --- templates/dns.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dns.html b/templates/dns.html index 8ea7bee..a794789 100644 --- a/templates/dns.html +++ b/templates/dns.html @@ -18,8 +18,8 @@ {{ $record.Type }} {{ $record.Name }} {{ $record.Content }} - {{ $record.Internal }} {{ $record.TTL }} + {{ $record.Internal }}