diff options
author | Pavel Vomacka <pvomacka@redhat.com> | 2016-04-20 18:43:35 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2016-06-03 16:12:48 +0200 |
commit | b71d1b431d7393187de162c4c0d921a2dc4b3a49 (patch) | |
tree | 60d6896da049886a636fb01d52802311ab465b52 /install/ui/test/data | |
parent | 42719acdcebd3ef939587d4af4c3c6ad743ec601 (diff) | |
download | freeipa-b71d1b431d7393187de162c4c0d921a2dc4b3a49.tar.gz freeipa-b71d1b431d7393187de162c4c0d921a2dc4b3a49.tar.xz freeipa-b71d1b431d7393187de162c4c0d921a2dc4b3a49.zip |
Add ability to stage multiple users
Add 'Stage' button on search page where preserved users are listed.
https://fedorahosted.org/freeipa/ticket/5371
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/test/data')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 6ed7e9824..da401d415 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -89,6 +89,7 @@ "save": "Save", "set": "Set", "show": "Show", + "stage": "Stage", "unapply": "Un-apply", "update": "Update", "view": "View" @@ -545,6 +546,8 @@ "activate_success": "${count} user(s) activated", "label": "Stage users", "preserved_label": "Preserved users", + "stage_confirm": "Are you sure you want to stage selected users?", + "stage_success": "${count} users(s) staged", "undel_confirm": "Are you sure you want to restore selected users?", "undel_success": "${count} user(s) restored", "user_categories": "User categories", |