summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/dns.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<td>{{ $record.Type }}</td>
<td>{{ $record.Name }}</td>
<td>{{ $record.Content }}</td>
- <td>{{ $record.Internal }}</td>
<td>{{ $record.TTL }}</td>
+ <td>{{ $record.Internal }}</td>
<td>
<form method="POST" action="/dns/delete">
<input type="hidden" name="id" value="{{ $record.ID }}" />