fix _key filter on dns page
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
{{#each dnsRecords}}
|
||||
<tr>
|
||||
{{#each this}}
|
||||
{{#unless (eq this "_key")}}
|
||||
{{#unless (eq this ../this._key)}}
|
||||
<td>{{this}}</td>
|
||||
{{/unless}}
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user