mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
Merge pull request #4650 from chrismeyersfsu/fix-4047
better empty list error message
This commit is contained in:
@@ -121,6 +121,7 @@ export default
|
|||||||
organizations: {
|
organizations: {
|
||||||
awToolTip: i18n._('Please save before assigning to organizations'),
|
awToolTip: i18n._('Please save before assigning to organizations'),
|
||||||
basePath: 'api/v1/users/{{$stateParams.user_id}}/organizations',
|
basePath: 'api/v1/users/{{$stateParams.user_id}}/organizations',
|
||||||
|
emptyListText: i18n._('Please add user to an Organization.'),
|
||||||
search: {
|
search: {
|
||||||
page_size: '10'
|
page_size: '10'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user