From ce9e82d50b55bc3c6671843ed349600723feca63 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 19 Jan 2015 11:02:05 -0500 Subject: [PATCH] Added help text for custom inv script added a line for the user to add the hashbang in their script --- awx/ui/static/js/forms/CustomInventory.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/CustomInventory.js b/awx/ui/static/js/forms/CustomInventory.js index fbfb63b178..9730936e24 100644 --- a/awx/ui/static/js/forms/CustomInventory.js +++ b/awx/ui/static/js/forms/CustomInventory.js @@ -54,7 +54,8 @@ angular.module('CustomInventoryFormDefinition', []) awDropFile: true, 'class': 'ssh-key-field', rows: 10, - awPopOver: "

Drag and drop your custom inventory script file here or create one in the field to import your custom inventory.

", + awPopOver: "

Drag and drop your custom inventory script file here or create one in the field to import your custom inventory. " + + "

Script must begin with a hashbang sequence: i.e.... #!/usr/bin/env python

", dataTitle: 'Custom Script', dataPlacement: 'right', dataContainer: "body"