mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
Fixed wording for custom inventory scripts
Fixed the label on the source panel and on the lookup modal
This commit is contained in:
@@ -107,7 +107,7 @@ angular.module('SourceFormDefinition', [])
|
|||||||
dataContainer: 'body'
|
dataContainer: 'body'
|
||||||
},
|
},
|
||||||
source_script: {
|
source_script: {
|
||||||
label : "Custom Inventory Scripts",
|
label : "Custom Inventory Script",
|
||||||
type: 'lookup',
|
type: 'lookup',
|
||||||
ngShow: "source && source.value !== '' && source.value === 'custom'",
|
ngShow: "source && source.value !== '' && source.value === 'custom'",
|
||||||
sourceModel: 'source_script',
|
sourceModel: 'source_script',
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', '
|
|||||||
url: invUrl,
|
url: invUrl,
|
||||||
scope: scope,
|
scope: scope,
|
||||||
form: form,
|
form: form,
|
||||||
// current_item: null,
|
hdr: "Select Custom Inventory",
|
||||||
list: CustomInventoryList,
|
list: CustomInventoryList,
|
||||||
field: 'source_script',
|
field: 'source_script',
|
||||||
input_type: 'radio'
|
input_type: 'radio'
|
||||||
|
|||||||
Reference in New Issue
Block a user