mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Update message about Default Execution Environment
Update message about Default Execution Environment See: https://github.com/ansible/awx/issues/9715
This commit is contained in:
parent
42dbd4ea73
commit
3e2affb08e
@ -93,7 +93,7 @@ function OrganizationFormFields({
|
||||
onBlur={() => executionEnvironmentHelpers.setTouched()}
|
||||
value={executionEnvironmentField.value}
|
||||
onChange={value => executionEnvironmentHelpers.setValue(value)}
|
||||
popoverContent={t`Select the default execution environment for this organization.`}
|
||||
popoverContent={t`The execution environment that will be used for jobs inside of this organization. This will be used a fallback when an execution environment has not been explicitly assigned at the project, job template or workflow level.`}
|
||||
globallyAvailable
|
||||
organizationId={organizationId}
|
||||
isDefaultEnvironment
|
||||
|
||||
@ -193,7 +193,7 @@ function ProjectFormFields({
|
||||
onBlur={() => executionEnvironmentHelpers.setTouched()}
|
||||
value={executionEnvironmentField.value}
|
||||
onChange={value => executionEnvironmentHelpers.setValue(value)}
|
||||
popoverContent={t`Select the default execution environment for this project.`}
|
||||
popoverContent={t`The execution environment that will be used for jobs that use this project. This will be used as fallback when an execution environment has not been explicitly assigned at the job template or workflow level.`}
|
||||
tooltip={t`Select an organization before editing the default execution environment.`}
|
||||
globallyAvailable
|
||||
isDisabled={!organizationField.value}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user