mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Merge pull request #5372 from ryanpetrello/fix-5000
only allow single selection for LOG_AGGREGATOR_TYPE
This commit is contained in:
commit
81b70718d2
@ -167,7 +167,7 @@ export default [
|
||||
dropdownRendered = true;
|
||||
CreateSelect2({
|
||||
element: '#configuration_logging_template_LOG_AGGREGATOR_TYPE',
|
||||
multiple: true,
|
||||
multiple: false,
|
||||
placeholder: i18n._('Select types'),
|
||||
opts: opts
|
||||
});
|
||||
|
||||
@ -23,7 +23,6 @@
|
||||
type: 'select',
|
||||
reset: 'LOG_AGGREGATOR_TYPE',
|
||||
ngOptions: 'type.label for type in LOG_AGGREGATOR_TYPE_options track by type.value',
|
||||
multiSelect: true
|
||||
},
|
||||
LOG_AGGREGATOR_USERNAME: {
|
||||
type: 'text',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user