mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
Fixed the breadcrumb on the edit users page
This commit is contained in:
parent
006acadc25
commit
73a8b86360
@ -247,6 +247,7 @@ export function UsersEdit($scope, $rootScope, $location,
|
||||
}
|
||||
|
||||
$scope.user_obj = data;
|
||||
$scope.name = data.username;
|
||||
|
||||
CreateSelect2({
|
||||
element: '#user_user_type',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user