mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
fbf46fb78c
commit
43bbbf749d
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user