Merge pull request #13025 from mabashian/13024-vars-string-awx

Moves smart inv vars tooltip to a single line
This commit is contained in:
Alex Corey 2022-10-10 13:09:45 -04:00 committed by GitHub
commit 0d69d40859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,9 +91,7 @@ const SmartInventoryFormFields = ({ inventory }) => {
id="variables"
name="variables"
label={t`Variables`}
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.`}
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.`}
/>
</FormFullWidthLayout>
</>