mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
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:
parent
6cb7f911b7
commit
ce9e82d50b
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user