summaryrefslogtreecommitdiffstats
path: root/install/ui/automount.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/automount.js')
-rw-r--r--install/ui/automount.js19
1 files changed, 5 insertions, 14 deletions
diff --git a/install/ui/automount.js b/install/ui/automount.js
index 8be2b657..72ced632 100644
--- a/install/ui/automount.js
+++ b/install/ui/automount.js
@@ -104,17 +104,10 @@ IPA.entity_factories.automountmap = function() {
value: 'add_indirect',
label: IPA.messages.objects.automountmap.indirect
}
- ],
- undo: false
+ ]
},
- {
- name: 'automountmapname',
- undo: false
- },
- {
- name: 'description',
- undo: false
- }
+ 'automountmapname',
+ 'description'
]
},
{
@@ -123,14 +116,12 @@ IPA.entity_factories.automountmap = function() {
{
name: 'key',
label: IPA.get_method_option(
- 'automountmap_add_indirect', 'key').label,
- undo: false
+ 'automountmap_add_indirect', 'key').label
},
{
name: 'parentmap',
label: IPA.get_method_option(
- 'automountmap_add_indirect', 'parentmap').label,
- undo: false
+ 'automountmap_add_indirect', 'parentmap').label
}
]
}