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:
parent
f3037a3b06
commit
a7066443f0
@ -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',
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user