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}} {{#each dnsRecords}}
<tr> <tr>
{{#each this}} {{#each this}}
{{#unless (eq this "_key")}} {{#unless (eq this ../this._key)}}
<td>{{this}}</td> <td>{{this}}</td>
{{/unless}} {{/unless}}
{{/each}} {{/each}}