Added help text for custom inv script

added a line for the user to add the hashbang in their script
This commit is contained in:
Jared Tabor 2015-01-19 11:02:05 -05:00
parent 6cb7f911b7
commit ce9e82d50b

View File

@ -54,7 +54,8 @@ angular.module('CustomInventoryFormDefinition', [])
awDropFile: true,
'class': 'ssh-key-field',
rows: 10,
awPopOver: "<p>Drag and drop your custom inventory script file here or create one in the field to import your custom inventory. </p>",
awPopOver: "<p>Drag and drop your custom inventory script file here or create one in the field to import your custom inventory. " +
"<br><br> Script must begin with a hashbang sequence: i.e.... #!/usr/bin/env python</p>",
dataTitle: 'Custom Script',
dataPlacement: 'right',
dataContainer: "body"