mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Updated comments to reflect actual factory locations
This commit is contained in:
parent
08c33a8c6b
commit
ccaae088d6
@ -79,7 +79,7 @@ export function JobStdoutController ($rootScope, $scope, $state, $stateParams, C
|
||||
return true;
|
||||
});
|
||||
});
|
||||
// GetChoices can be found in the helper: StandardOut.js
|
||||
// GetChoices can be found in the helper: Utilities.js
|
||||
// It attaches the source choices to $scope.source_choices.
|
||||
// Then, when the callback is fired, $scope.source is bound
|
||||
// to the corresponding label.
|
||||
@ -93,7 +93,7 @@ export function JobStdoutController ($rootScope, $scope, $state, $stateParams, C
|
||||
});
|
||||
}
|
||||
|
||||
// LookUpName can be found in the helper: StandardOut.js
|
||||
// LookUpName can be found in the lookup-name.factory
|
||||
// It attaches the name that it gets (based on the url)
|
||||
// to the $scope variable defined by the attribute scope_var.
|
||||
if (!Empty(data.credential)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user