fix _key filter on dns page
This commit is contained in:
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user