mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Changed checkboxes to radio buttons
This commit is contained in:
parent
6bc025c86f
commit
241bf57896
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user