mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
@@ -167,7 +167,7 @@ export default [
|
|||||||
dropdownRendered = true;
|
dropdownRendered = true;
|
||||||
CreateSelect2({
|
CreateSelect2({
|
||||||
element: '#configuration_logging_template_LOG_AGGREGATOR_TYPE',
|
element: '#configuration_logging_template_LOG_AGGREGATOR_TYPE',
|
||||||
multiple: true,
|
multiple: false,
|
||||||
placeholder: i18n._('Select types'),
|
placeholder: i18n._('Select types'),
|
||||||
opts: opts
|
opts: opts
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -23,7 +23,6 @@
|
|||||||
type: 'select',
|
type: 'select',
|
||||||
reset: 'LOG_AGGREGATOR_TYPE',
|
reset: 'LOG_AGGREGATOR_TYPE',
|
||||||
ngOptions: 'type.label for type in LOG_AGGREGATOR_TYPE_options track by type.value',
|
ngOptions: 'type.label for type in LOG_AGGREGATOR_TYPE_options track by type.value',
|
||||||
multiSelect: true
|
|
||||||
},
|
},
|
||||||
LOG_AGGREGATOR_USERNAME: {
|
LOG_AGGREGATOR_USERNAME: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
|
|||||||
Reference in New Issue
Block a user