summaryrefslogtreecommitdiffstats
path: root/install/static/group.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/group.js')
-rw-r--r--install/static/group.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/static/group.js b/install/static/group.js
index 2358cf1fb..f94a7deab 100644
--- a/install/static/group.js
+++ b/install/static/group.js
@@ -57,10 +57,10 @@ function ipa_group_add_dialog(spec) {
this.superior_init();
- this.add_field(ipa_text_widget({name:'cn', label:'Name'}));
- this.add_field(ipa_text_widget({name:'description', label:'Description'}));
- this.add_field(ipa_checkbox_widget({name:'posix', label:'Is this a POSIX group?'}));
- this.add_field(ipa_text_widget({name:'gidnumber', label:'GID'}));
+ this.add_field(ipa_text_widget({name:'cn', label:'Name', undo: false}));
+ this.add_field(ipa_text_widget({name:'description', label:'Description', undo: false}));
+ this.add_field(ipa_checkbox_widget({name:'posix', label:'Is this a POSIX group?', undo: false}));
+ this.add_field(ipa_text_widget({name:'gidnumber', label:'GID', undo: false}));
};
return that;