From 36acc5c6bc9ce6dd86fe0f14d2614324796d271f Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Tue, 10 Jan 2017 17:19:24 -0500 Subject: [PATCH] better empty list error message related to #4047 --- awx/ui/client/src/forms/Users.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/forms/Users.js b/awx/ui/client/src/forms/Users.js index 0ef16a4aff..672dd2beea 100644 --- a/awx/ui/client/src/forms/Users.js +++ b/awx/ui/client/src/forms/Users.js @@ -121,6 +121,7 @@ export default organizations: { awToolTip: i18n._('Please save before assigning to organizations'), basePath: 'api/v1/users/{{$stateParams.user_id}}/organizations', + emptyListText: i18n._('Please add user to an Organization.'), search: { page_size: '10' },