mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 21:38:37 -05:00
In progress: Adding GCE to inventory source.
This commit is contained in:
@@ -47,7 +47,7 @@ angular.module('SourceFormDefinition', [])
|
||||
source_regions: {
|
||||
label: 'Regions',
|
||||
type: 'text',
|
||||
ngShow: "source && (source.value == 'rax' || source.value == 'ec2')",
|
||||
ngShow: "source && (source.value == 'rax' || source.value == 'ec2' || source.value == 'gce')",
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
awMultiselect: 'source_region_choices',
|
||||
@@ -155,4 +155,4 @@ angular.module('SourceFormDefinition', [])
|
||||
|
||||
related: { }
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user