fix _key filter on dns page

This commit is contained in:
2026-05-14 18:20:31 -04:00
parent 6cde8af37c
commit 55a002c90c
+1 -1
View File
@@ -12,7 +12,7 @@
{{#each dnsRecords}}
<tr>
{{#each this}}
{{#unless (eq this "_key")}}
{{#unless (eq this ../this._key)}}
<td>{{this}}</td>
{{/unless}}
{{/each}}