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