mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Enhance LOG_AGGREGATOR_PROTOCOL choice options layout
This commit is contained in:
@@ -446,7 +446,7 @@ register(
|
|||||||
register(
|
register(
|
||||||
'LOG_AGGREGATOR_PROTOCOL',
|
'LOG_AGGREGATOR_PROTOCOL',
|
||||||
field_class=fields.ChoiceField,
|
field_class=fields.ChoiceField,
|
||||||
choices=['https', 'tcp', 'udp'],
|
choices=[('https', 'HTTPS'), ('tcp', 'TCP'), ('udp', 'UDP')],
|
||||||
default='https',
|
default='https',
|
||||||
label=_('Logging Aggregator Protocol'),
|
label=_('Logging Aggregator Protocol'),
|
||||||
help_text=_('Protocol used to communicate with log aggregator.'),
|
help_text=_('Protocol used to communicate with log aggregator.'),
|
||||||
|
|||||||
Reference in New Issue
Block a user