From 0eef37908c580f4550618244e661594138f7b382 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Fri, 20 Jun 2014 14:54:04 +0200 Subject: [PATCH] DNSSEC: WebUI add DLV record type Ticket: https://fedorahosted.org/freeipa/ticket/4328 Reviewed-By: Petr Vobornik --- install/ui/src/freeipa/dns.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/install/ui/src/freeipa/dns.js b/install/ui/src/freeipa/dns.js index cad306ed8..a54985d52 100644 --- a/install/ui/src/freeipa/dns.js +++ b/install/ui/src/freeipa/dns.js @@ -861,6 +861,20 @@ IPA.dns.get_record_metadata = function() { columns: ['ds_part_key_tag', 'ds_part_algorithm', 'ds_part_digest_type'] }, + { + name: 'dlvrecord', + attributes: [ + 'dlv_part_key_tag', + 'dlv_part_algorithm', + 'dlv_part_digest_type', + { + name: 'dlv_part_digest', + $type: 'textarea' + } + ], + columns: ['dlv_part_key_tag', 'dlv_part_algorithm', + 'dlv_part_digest_type'] + }, { name: 'kxrecord', attributes: [ @@ -1365,7 +1379,7 @@ IPA.dns_record_types = function() { //only supported var attrs = ['A', 'AAAA', 'A6', 'AFSDB', 'CERT', 'CNAME', 'DNAME', - 'DS', 'KX', 'LOC', 'MX', 'NAPTR', 'NS', + 'DS', 'DLV', 'KX', 'LOC', 'MX', 'NAPTR', 'NS', 'NSEC3PARAM', 'PTR', 'SRV', 'SSHFP', 'TXT']; var record_types = []; for (var i=0; i