summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/dns.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-17 16:59:42 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:27 +0200
commit60b3208cf5cad06ee9578416657c4bf626b9f336 (patch)
tree15c0ac5c336636bac677ad4540f653cfc44c06c8 /install/ui/src/freeipa/dns.js
parentff81965e71f2f982e8ce9f49a078ac1dd0504c2f (diff)
downloadfreeipa-60b3208cf5cad06ee9578416657c4bf626b9f336.tar.gz
freeipa-60b3208cf5cad06ee9578416657c4bf626b9f336.tar.xz
freeipa-60b3208cf5cad06ee9578416657c4bf626b9f336.zip
Replace IPA.get_entity_param calls in specs with provider strings
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/dns.js')
-rw-r--r--install/ui/src/freeipa/dns.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/install/ui/src/freeipa/dns.js b/install/ui/src/freeipa/dns.js
index 0347b9ff1..503cb129f 100644
--- a/install/ui/src/freeipa/dns.js
+++ b/install/ui/src/freeipa/dns.js
@@ -272,7 +272,7 @@ IPA.dns.zone_entity = function(spec) {
columns: [
{
name: 'idnsname',
- label: IPA.get_entity_param('dnsrecord', 'idnsname').label,
+ label: '@mo-param:dnsrecord:idnsname:label',
primary_key: true
},
{
@@ -1177,8 +1177,7 @@ IPA.dns.record_entity = function(spec) {
$type: 'dnsrecord_host_link',
name: 'idnsname',
other_entity: 'host',
- label: IPA.get_entity_param(
- 'dnsrecord', 'idnsname').label
+ label: '@mo-param:dnsrecord:idnsname:label'
}
]
}