mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
changing select type from checkbox to radio button
for the selection of Team in the credential add/edit form page
This commit is contained in:
parent
ef443ec8b2
commit
2e3844decb
@ -3,7 +3,7 @@
|
||||
*
|
||||
* All Rights Reserved
|
||||
*************************************************/
|
||||
|
||||
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name controllers.function:Credentials
|
||||
@ -176,6 +176,7 @@ export function CredentialsAdd($scope, $rootScope, $compile, $location, $log, $r
|
||||
current_item: (!Empty($routeParams.team_id)) ? $routeParams.team_id : null,
|
||||
list: TeamList,
|
||||
field: 'team',
|
||||
input_type: 'radio',
|
||||
autopopulateLookup: false
|
||||
});
|
||||
|
||||
@ -347,6 +348,7 @@ export function CredentialsEdit($scope, $rootScope, $compile, $location, $log, $
|
||||
form: form,
|
||||
current_item: (!Empty($scope.team_id)) ? $scope.team_id : null,
|
||||
list: TeamList,
|
||||
input_type: 'radio',
|
||||
field: 'team'
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user