mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Tooltip fix for vmware vars
on the source panel for vmware extra vars, had to change the wording of the tooltip
This commit is contained in:
parent
706b770814
commit
c095ebcbfb
@ -170,7 +170,7 @@ angular.module('SourceFormDefinition', [])
|
||||
dataPlacement: 'right',
|
||||
awPopOver: "<p>Override variables found in vmware.ini and used by the inventory update script. For a detailed description of these variables " +
|
||||
"<a href=\"https://github.com/ansible/ansible/blob/devel/plugins/inventory/vmware.ini\" target=\"_blank\">" +
|
||||
"view ec2.ini in the Ansible github repo.</a></p>" +
|
||||
"view vmware.ini in the Ansible github repo.</a></p>" +
|
||||
"<p>Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two.</p>" +
|
||||
"JSON:<br />\n" +
|
||||
"<blockquote>{<br />\"somevar\": \"somevalue\",<br />\"password\": \"magic\"<br /> }</blockquote>\n" +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user