Add EE to the settings page

Allow a system admin to set the global default execution environment.

See: https://github.com/ansible/awx/issues/9088

This PR is also addressing the issue: https://github.com/ansible/awx/issues/9669
This commit is contained in:
nixocio
2021-03-18 16:54:56 -04:00
parent a7992d06e3
commit b110a4a94e
9 changed files with 233 additions and 38 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ register(
default=None,
queryset=ExecutionEnvironment.objects.all(),
label=_('Global default execution environment'),
help_text=_('.'),
help_text=_('The Execution Environment to be used when one has not been configured for a job template.'),
category=_('System'),
category_slug='system',
)