summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/group.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/group.js')
-rw-r--r--install/ui/src/freeipa/group.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/src/freeipa/group.js b/install/ui/src/freeipa/group.js
index 34aa02f3..85663886 100644
--- a/install/ui/src/freeipa/group.js
+++ b/install/ui/src/freeipa/group.js
@@ -73,10 +73,10 @@ IPA.group.entity = function(spec) {
}
],
actions: [
- IPA.select_action,
- IPA.group.make_posix_action,
- IPA.group.make_external_action,
- IPA.delete_action
+ 'select',
+ 'make_posix',
+ 'make_external',
+ 'delete'
],
header_actions: ['select_action', 'make_posix', 'make_external', 'delete'],
state: {