mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
This commit is contained in:
@@ -260,7 +260,7 @@
|
|||||||
$scope = angular.extend($scope, groupData);
|
$scope = angular.extend($scope, groupData);
|
||||||
|
|
||||||
// instantiate lookup fields
|
// instantiate lookup fields
|
||||||
if (inventorySourceData.source !== 'custom'){
|
if (inventorySourceData.source !== 'custom' && inventorySourceData.source !== 'ec2'){
|
||||||
LookUpInit({
|
LookUpInit({
|
||||||
scope: $scope,
|
scope: $scope,
|
||||||
url: GetBasePath('credentials') + (inventorySourceData.source === '' ? '' : '?kind=' + (inventorySourceData.source)),
|
url: GetBasePath('credentials') + (inventorySourceData.source === '' ? '' : '?kind=' + (inventorySourceData.source)),
|
||||||
|
|||||||
Reference in New Issue
Block a user