mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 03:59:21 -02:30
Remove log aggregator port required mark.
This commit is contained in:
@@ -242,9 +242,11 @@ register(
|
|||||||
field_class=fields.IntegerField,
|
field_class=fields.IntegerField,
|
||||||
allow_null=True,
|
allow_null=True,
|
||||||
label=_('Logging Aggregator Port'),
|
label=_('Logging Aggregator Port'),
|
||||||
help_text=_('Port on Logging Aggregator to send logs to (if required).'),
|
help_text=_('Port on Logging Aggregator to send logs to (if required and not'
|
||||||
|
' provided in Logging Aggregator).'),
|
||||||
category=_('Logging'),
|
category=_('Logging'),
|
||||||
category_slug='logging',
|
category_slug='logging',
|
||||||
|
required=False
|
||||||
)
|
)
|
||||||
register(
|
register(
|
||||||
'LOG_AGGREGATOR_TYPE',
|
'LOG_AGGREGATOR_TYPE',
|
||||||
|
|||||||
Reference in New Issue
Block a user