mirror of
https://github.com/ansible/awx.git
synced 2026-09-17 01:10:09 -02:30
Update image descriptions, add examples
This commit is contained in:
@@ -100,7 +100,22 @@ function ExecutionEnvironmentFormFields({
|
||||
type="text"
|
||||
validate={required(null)}
|
||||
isRequired
|
||||
tooltip={t`The registry location where the container is stored.`}
|
||||
tooltip={
|
||||
<span>
|
||||
{t`The full image location, including the container registry, image name, and version tag.`}
|
||||
<br />
|
||||
<br />
|
||||
{t`Examples:`}
|
||||
<ul css="margin: 10px 0 10px 20px">
|
||||
<li>
|
||||
<code>quay.io/ansible/awx-ee:latest</code>
|
||||
</li>
|
||||
<li>
|
||||
<code>repo/project/image-name:tag</code>
|
||||
</li>
|
||||
</ul>
|
||||
</span>
|
||||
}
|
||||
/>
|
||||
<FormGroup
|
||||
fieldId="execution-environment-container-options"
|
||||
|
||||
Reference in New Issue
Block a user