Pushed under the one line rule.
From 4ae7edebafbfc551ddaf036b6860781182867c47 Mon Sep 17 00:00:00 2001
From: Adam Young <ayo...@redhat.com>
Date: Fri, 22 Jul 2011 16:25:11 -0400
Subject: [PATCH] remove hardcoded DNS label for record name.
 https://fedorahosted.org/freeipa/ticket/1493

---
 install/ui/dns.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/install/ui/dns.js b/install/ui/dns.js
index f01d2bb9ceeb4e9909fd1a001f064841ad5d7d37..bba1e5cbf06cc7f8f2694db475b20750ad5673e1 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
                        }
                    ]
                },
-- 
1.7.5.2

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to