mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
remove hardcoded DNS label for record name.
https://fedorahosted.org/freeipa/ticket/1493
This commit is contained in:
@@ -276,7 +276,8 @@ IPA.entity_factories.dnsrecord = function() {
|
|||||||
factory:IPA.dnsrecord_host_link_widget,
|
factory:IPA.dnsrecord_host_link_widget,
|
||||||
name: 'idnsname',
|
name: 'idnsname',
|
||||||
other_entity:'host',
|
other_entity:'host',
|
||||||
label:'Record Name'
|
label:IPA.get_entity_param(
|
||||||
|
'dnsrecord', 'idnsname').label
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user