diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-04-18 19:04:44 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-05-06 16:22:29 +0200 |
commit | ee491bdf3815c76225e088c8554ac8bba96f6121 (patch) | |
tree | bb156187dc82761df94e07fb78b1175a670c8980 /install/ui/src/freeipa/dns.js | |
parent | 14c276d21865f70e0ff939357b52a9830d32b5ea (diff) | |
download | freeipa-ee491bdf3815c76225e088c8554ac8bba96f6121.tar.gz freeipa-ee491bdf3815c76225e088c8554ac8bba96f6121.tar.xz freeipa-ee491bdf3815c76225e088c8554ac8bba96f6121.zip |
Replace IPA.metadata.objects... with declarative definitions
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/dns.js')
-rw-r--r-- | install/ui/src/freeipa/dns.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/install/ui/src/freeipa/dns.js b/install/ui/src/freeipa/dns.js index e7ff6033..5024e8b7 100644 --- a/install/ui/src/freeipa/dns.js +++ b/install/ui/src/freeipa/dns.js @@ -49,7 +49,7 @@ return { facets: [ { $type: 'details', - title: IPA.metadata.objects.config.label, + title: '@mo:config.label', sections: [ { name: 'options', @@ -103,7 +103,7 @@ return { { $type: 'search', row_enabled_attribute: 'idnszoneactive', - title: IPA.metadata.objects.dnszone.label, + title: '@mo:dnszone.label', columns: [ 'idnsname', { @@ -252,9 +252,9 @@ return { nested_entity : 'dnsrecord', name: 'records', deleter_dialog: IPA.dns.record_search_deleter_dialog, - title: IPA.metadata.objects.dnszone.label_singular, - label: IPA.metadata.objects.dnsrecord.label, - tab_label: IPA.metadata.objects.dnsrecord.label, + title: '@mo:dnszone.label_singular', + label: '@mo:dnsrecord.label', + tab_label: '@mo:dnsrecord.label', columns: [ { name: 'idnsname', |