From 3ca9f1c75da9a21fa22b4ef6044b37124de89b1e Mon Sep 17 00:00:00 2001 From: Modnark Date: Thu, 14 May 2026 18:17:03 -0400 Subject: [PATCH] fix dns page --- views/dns.handlebars | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/views/dns.handlebars b/views/dns.handlebars index 7d8d082..e187334 100644 --- a/views/dns.handlebars +++ b/views/dns.handlebars @@ -12,13 +12,15 @@ {{#each dnsRecords}} {{#each this}} - {{this}} + {{#unless (eq this "_key")}} + {{this}} + {{/unless}} {{/each}} - Edit - Delete + Edit + Delete {{/each}}