mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-02 04:41:49 -05:00
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