mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Merge pull request #10278 from nixocio/ui_de_explanation
Update message about Default Execution Environment Update message about Default Execution Environment Organizations Projects See: #9715 Reviewed-by: Bill Nottingham <None> Reviewed-by: Kersom <None>
This commit is contained in:
commit
da13196e59
@ -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