diff --git a/views/dns.handlebars b/views/dns.handlebars index 7d8d082..e187334 100644 --- a/views/dns.handlebars +++ b/views/dns.handlebars @@ -12,13 +12,15 @@ {{#each dnsRecords}} {{#each this}} - {{this}} + {{#unless (eq this "_key")}} + {{this}} + {{/unless}} {{/each}} - Edit - Delete + Edit + Delete {{/each}}