summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/dns.js
diff options
context:
space:
mode:
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'
}
]
}