From 55a002c90c6294cf789ff7427f9aa23af4b43e6c Mon Sep 17 00:00:00 2001 From: Modnark Date: Thu, 14 May 2026 18:20:31 -0400 Subject: [PATCH] fix _key filter on dns page --- views/dns.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/dns.handlebars b/views/dns.handlebars index e187334..e5cf632 100644 --- a/views/dns.handlebars +++ b/views/dns.handlebars @@ -12,7 +12,7 @@ {{#each dnsRecords}} {{#each this}} - {{#unless (eq this "_key")}} + {{#unless (eq this ../this._key)}} {{this}} {{/unless}} {{/each}}