mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
remove choose a from protocol and level selects in ctit logging form
This commit is contained in:
@@ -43,7 +43,8 @@
|
|||||||
LOG_AGGREGATOR_PROTOCOL: {
|
LOG_AGGREGATOR_PROTOCOL: {
|
||||||
type: 'select',
|
type: 'select',
|
||||||
reset: 'LOG_AGGREGATOR_PROTOCOL',
|
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: {
|
LOG_AGGREGATOR_TCP_TIMEOUT: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
@@ -57,7 +58,8 @@
|
|||||||
LOG_AGGREGATOR_LEVEL: {
|
LOG_AGGREGATOR_LEVEL: {
|
||||||
type: 'select',
|
type: 'select',
|
||||||
reset: 'LOG_AGGREGATOR_LEVEL',
|
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: {
|
LOG_AGGREGATOR_VERIFY_CERT: {
|
||||||
type: 'toggleSwitch'
|
type: 'toggleSwitch'
|
||||||
|
|||||||
Reference in New Issue
Block a user