mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Hide the user type selection for non super users
Completes UI portion of #1974
This commit is contained in:
parent
23e7e12a04
commit
49b88dd646
@ -93,6 +93,7 @@ export default
|
||||
ngOptions: 'item as item.label for item in user_type_options track by item.type',
|
||||
disableChooseOption: true,
|
||||
ngModel: 'user_type',
|
||||
ngShow: 'current_user["is_superuser"]',
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user