mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 12:55:04 -02:30
Mark up UsersAdd properly.
This commit is contained in:
@@ -201,7 +201,7 @@ export function UsersAdd($scope, $rootScope, $stateParams, UserForm,
|
|||||||
|
|
||||||
UsersAdd.$inject = ['$scope', '$rootScope', '$stateParams', 'UserForm', 'GenerateForm',
|
UsersAdd.$inject = ['$scope', '$rootScope', '$stateParams', 'UserForm', 'GenerateForm',
|
||||||
'Rest', 'Alert', 'ProcessErrors', 'ReturnToCaller', 'ClearScope', 'GetBasePath',
|
'Rest', 'Alert', 'ProcessErrors', 'ReturnToCaller', 'ClearScope', 'GetBasePath',
|
||||||
'ResetForm', 'Wait', 'CreateSelect2', '$state', '$location'
|
'ResetForm', 'Wait', 'CreateSelect2', '$state', '$location', 'i18n'
|
||||||
];
|
];
|
||||||
|
|
||||||
export function UsersEdit($scope, $rootScope, $location,
|
export function UsersEdit($scope, $rootScope, $location,
|
||||||
|
|||||||
Reference in New Issue
Block a user