summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-07-22 16:25:11 -0400
committerAdam Young <ayoung@redhat.com>2011-07-22 16:25:16 -0400
commit4ae7edebafbfc551ddaf036b6860781182867c47 (patch)
treea26ff44a33790d5b69a63b884445f1a1dd829c97 /install
parent28b9288c51e47afe7f7e9821f74db4b62deee551 (diff)
downloadfreeipa-4ae7edebafbfc551ddaf036b6860781182867c47.tar.gz
freeipa-4ae7edebafbfc551ddaf036b6860781182867c47.tar.xz
freeipa-4ae7edebafbfc551ddaf036b6860781182867c47.zip
remove hardcoded DNS label for record name.
https://fedorahosted.org/freeipa/ticket/1493
Diffstat (limited to 'install')
-rw-r--r--install/ui/dns.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js
index f01d2bb9c..bba1e5cbf 100644
--- a/install/ui/dns.js
+++ b/install/ui/dns.js
@@ -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
}
]
},