mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Merge pull request #2658 from kensible/2657-inventory-radiobuttons
Changes inventory copy/move list buttons from checkboxes to radio buttons
This commit is contained in:
commit
b3eb0937ee
@ -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