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:
Jared Tabor 2014-12-03 15:39:20 -05:00
parent 706b770814
commit c095ebcbfb

View File

@ -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" +