1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

remove choose a from protocol and level selects in ctit logging form

This commit is contained in:
John Mitchell 2017-07-17 16:48:14 -04:00
parent 979f1befb6
commit a5ca36be50

View File

@ -43,7 +43,8 @@
LOG_AGGREGATOR_PROTOCOL: {
type: 'select',
reset: 'LOG_AGGREGATOR_PROTOCOL',
ngOptions: 'type.label for type in LOG_AGGREGATOR_PROTOCOL_options track by type.value'
ngOptions: 'type.label for type in LOG_AGGREGATOR_PROTOCOL_options track by type.value',
disableChooseOption: true
},
LOG_AGGREGATOR_TCP_TIMEOUT: {
type: 'text',
@ -57,7 +58,8 @@
LOG_AGGREGATOR_LEVEL: {
type: 'select',
reset: 'LOG_AGGREGATOR_LEVEL',
ngOptions: 'type.label for type in LOG_AGGREGATOR_LEVEL_options track by type.value'
ngOptions: 'type.label for type in LOG_AGGREGATOR_LEVEL_options track by type.value',
disableChooseOption: true
},
LOG_AGGREGATOR_VERIFY_CERT: {
type: 'toggleSwitch'