summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/automount.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-18 19:04:44 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:29 +0200
commitee491bdf3815c76225e088c8554ac8bba96f6121 (patch)
treebb156187dc82761df94e07fb78b1175a670c8980 /install/ui/src/freeipa/automount.js
parent14c276d21865f70e0ff939357b52a9830d32b5ea (diff)
downloadfreeipa-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/automount.js')
-rw-r--r--install/ui/src/freeipa/automount.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/install/ui/src/freeipa/automount.js b/install/ui/src/freeipa/automount.js
index ac2c21c14..ef1823e1b 100644
--- a/install/ui/src/freeipa/automount.js
+++ b/install/ui/src/freeipa/automount.js
@@ -39,15 +39,15 @@ return {
facets: [
{
$type: 'search',
- title: IPA.metadata.objects.automountlocation.label,
+ title: '@mo:automountlocation.label',
columns:['cn']
},
{
$type: 'nested_search',
facet_group: 'automountmap',
nested_entity: 'automountmap',
- label: IPA.metadata.objects.automountmap.label,
- tab_label: IPA.metadata.objects.automountmap.label,
+ label: '@mo:automountmap.label',
+ tab_label: '@mo:automountmap.label',
name: 'maps',
columns: [ 'automountmapname' ]
},
@@ -79,8 +79,8 @@ return {
facet_group: 'automountkey',
nested_entity: 'automountkey',
search_all_entries: true,
- label: IPA.metadata.objects.automountkey.label,
- tab_label: IPA.metadata.objects.automountkey.label,
+ label: '@mo:automountkey.label',
+ tab_label: '@mo:automountkey.label',
name: 'keys',
columns: [
{