Removed erroneous credential basepath line

This commit is contained in:
Michael Abashian 2017-07-06 12:01:46 -04:00
parent 33b411a66d
commit c2b552b3b2
2 changed files with 0 additions and 8 deletions

View File

@ -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';

View File

@ -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';