From eb3b518507f0c7a6de4ff38df2fa2d2c445ea06d Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Mon, 19 Mar 2018 11:25:14 -0400 Subject: [PATCH] Add Organization User/Team toggle to UI --- .../configuration/system-form/sub-forms/system-misc.form.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js b/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js index 1e185a5f1a..48f3076a5c 100644 --- a/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js +++ b/awx/ui/client/src/configuration/system-form/sub-forms/system-misc.form.js @@ -21,6 +21,12 @@ export default ['i18n', function(i18n) { ORG_ADMINS_CAN_SEE_ALL_USERS: { type: 'toggleSwitch', }, + ORGS_CAN_CREATE_USERS: { + type: 'toggleSwitch', + }, + ORGS_CAN_ASSIGN_USERS_TEAM: { + type: 'toggleSwitch', + }, SESSION_COOKIE_AGE: { type: 'number', integer: true,