mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Changed checkboxes to radio buttons
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
view.inject(list, {
|
||||
mode: 'lookup',
|
||||
id: 'copyMove-list',
|
||||
scope: $scope
|
||||
scope: $scope,
|
||||
input_type: 'radio'
|
||||
});
|
||||
SearchInit({
|
||||
scope: $scope,
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
view.inject(list, {
|
||||
mode: 'lookup',
|
||||
id: 'copyMove-list',
|
||||
scope: $scope
|
||||
scope: $scope,
|
||||
input_type: 'radio'
|
||||
});
|
||||
SearchInit({
|
||||
scope: $scope,
|
||||
|
||||
Reference in New Issue
Block a user