mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Enhance LOG_AGGREGATOR_PROTOCOL choice options layout
This commit is contained in:
parent
e2d943fd1a
commit
68cccb77a0
@ -446,7 +446,7 @@ register(
|
||||
register(
|
||||
'LOG_AGGREGATOR_PROTOCOL',
|
||||
field_class=fields.ChoiceField,
|
||||
choices=['https', 'tcp', 'udp'],
|
||||
choices=[('https', 'HTTPS'), ('tcp', 'TCP'), ('udp', 'UDP')],
|
||||
default='https',
|
||||
label=_('Logging Aggregator Protocol'),
|
||||
help_text=_('Protocol used to communicate with log aggregator.'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user