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