Fixed displaying of A6 Record

UI was modified to reflect changes in #2309.

Now it uses a6_part_data attribute instead of a6record. This fixes displaying of values in a table and modification of existing A6 record.

https://fedorahosted.org/freeipa/ticket/2367
This commit is contained in:
Petr Voborník 2012-02-10 16:32:43 +01:00 committed by Petr Vobornik
parent fbf46fb78c
commit 43bbbf749d

View File

@ -569,9 +569,9 @@ IPA.dns.get_record_metadata = function() {
{ {
name: 'a6record', name: 'a6record',
attributes: [ attributes: [
'a6record' 'a6_part_data'
], ],
columns: ['a6record'] columns: ['a6_part_data']
}, },
{ {
name: 'afsdbrecord', name: 'afsdbrecord',