From 5aa399886bf07520c56bc5fa80e5ed8d042d5a2f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 4 Aug 2015 13:46:30 -0400 Subject: [PATCH] Fix .ini web links for v2 This moved in the github repo. --- awx/ui/client/src/forms/Source.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/forms/Source.js b/awx/ui/client/src/forms/Source.js index 18e298f758..84cb53e90a 100644 --- a/awx/ui/client/src/forms/Source.js +++ b/awx/ui/client/src/forms/Source.js @@ -150,7 +150,7 @@ export default dataTitle: "Source Variables", dataPlacement: 'right', awPopOver: "

Override variables found in ec2.ini and used by the inventory update script. For a detailed description of these variables " + - "" + + "" + "view ec2.ini in the Ansible github repo.

" + "

Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two.

" + "JSON:
\n" + @@ -175,7 +175,7 @@ export default dataTitle: "Source Variables", dataPlacement: 'right', awPopOver: "

Override variables found in vmware.ini and used by the inventory update script. For a detailed description of these variables " + - "" + + "" + "view vmware.ini in the Ansible github repo.

" + "

Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two.

" + "JSON:
\n" +