remove hardcoded DNS label for record name.

https://fedorahosted.org/freeipa/ticket/1493
This commit is contained in:
Adam Young
2011-07-22 16:25:11 -04:00
parent 28b9288c51
commit 4ae7edebaf

View File

@@ -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
} }
] ]
}, },