mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
removing comment
This commit is contained in:
parent
2486faf35c
commit
35a68e6eda
@ -101,8 +101,6 @@ export default ['$state', '$stateParams', '$scope', 'SourcesFormDefinition',
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
// $scope.credentialBasePath = GetBasePath('credentials') + '?credential_type__kind__in=cloud,network';
|
|
||||||
|
|
||||||
$scope.sourceChange = function(source) {
|
$scope.sourceChange = function(source) {
|
||||||
source = (source && source.value) ? source.value : '';
|
source = (source && source.value) ? source.value : '';
|
||||||
if ($scope.source.value === "scm" && $scope.source.value === "custom") {
|
if ($scope.source.value === "scm" && $scope.source.value === "custom") {
|
||||||
|
Loading…
Reference in New Issue
Block a user