mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Removed erroneous credential basepath line
This commit is contained in:
parent
33b411a66d
commit
c2b552b3b2
@ -130,10 +130,6 @@ export default ['$state', '$stateParams', '$scope', 'SourcesFormDefinition',
|
||||
|
||||
$scope.credentialBasePath = GetBasePath('credentials') + '?credential_type__kind__in=cloud,network';
|
||||
|
||||
if (source === 'custom'){
|
||||
$scope.credentialBasePath = GetBasePath('inventory_script');
|
||||
}
|
||||
|
||||
if (source === 'ec2' || source === 'custom' || source === 'vmware' || source === 'openstack' || source === 'scm') {
|
||||
$scope.envParseType = 'yaml';
|
||||
|
||||
|
||||
@ -349,10 +349,6 @@ export default ['$state', '$stateParams', '$scope', 'ParseVariableString',
|
||||
|
||||
$scope.credentialBasePath = GetBasePath('credentials') + '?credential_type__kind__in=cloud,network';
|
||||
|
||||
if (source === 'custom'){
|
||||
$scope.credentialBasePath = GetBasePath('inventory_script');
|
||||
}
|
||||
|
||||
if (source === 'ec2' || source === 'custom' || source === 'vmware' || source === 'openstack' || source === 'scm') {
|
||||
$scope.envParseType = 'yaml';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user