mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
Merge pull request #5614 from chrismeyersfsu/fix-5613
give a default other than None
This commit is contained in:
@@ -322,5 +322,5 @@ register(
|
|||||||
help_text=_('Useful to uniquely identify Tower instances.'),
|
help_text=_('Useful to uniquely identify Tower instances.'),
|
||||||
category=_('Logging'),
|
category=_('Logging'),
|
||||||
category_slug='logging',
|
category_slug='logging',
|
||||||
default=None,
|
default='',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user