1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Fixed wording for custom inventory scripts

Fixed the label on the source panel and on the lookup modal
This commit is contained in:
Jared Tabor 2014-12-01 20:38:16 -05:00
parent f3037a3b06
commit a7066443f0
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ angular.module('SourceFormDefinition', [])
dataContainer: 'body'
},
source_script: {
label : "Custom Inventory Scripts",
label : "Custom Inventory Script",
type: 'lookup',
ngShow: "source && source.value !== '' && source.value === 'custom'",
sourceModel: 'source_script',

View File

@ -264,7 +264,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', '
url: invUrl,
scope: scope,
form: form,
// current_item: null,
hdr: "Select Custom Inventory",
list: CustomInventoryList,
field: 'source_script',
input_type: 'radio'