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:
parent
979f1befb6
commit
a5ca36be50
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user