mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Moves smart inv vars tooltip to a single line
This commit is contained in:
@@ -91,9 +91,7 @@ const SmartInventoryFormFields = ({ inventory }) => {
|
|||||||
id="variables"
|
id="variables"
|
||||||
name="variables"
|
name="variables"
|
||||||
label={t`Variables`}
|
label={t`Variables`}
|
||||||
tooltip={t`Enter inventory variables using either JSON or YAML syntax.
|
tooltip={t`Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the Ansible Controller documentation for example syntax.`}
|
||||||
Use the radio button to toggle between the two. Refer to the
|
|
||||||
Ansible Controller documentation for example syntax.`}
|
|
||||||
/>
|
/>
|
||||||
</FormFullWidthLayout>
|
</FormFullWidthLayout>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user