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