mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
jshint
This commit is contained in:
@@ -103,7 +103,7 @@ export default ['$log', '$rootScope', '$scope', '$state', '$stateParams', 'Proce
|
|||||||
|
|
||||||
function loadStdout() {
|
function loadStdout() {
|
||||||
if (!$scope.stdoutEndpoint) {
|
if (!$scope.stdoutEndpoint) {
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Rest.setUrl($scope.stdoutEndpoint + '?format=json&start_line=0&end_line=' + page_size);
|
Rest.setUrl($scope.stdoutEndpoint + '?format=json&start_line=0&end_line=' + page_size);
|
||||||
@@ -135,7 +135,7 @@ export default ['$log', '$rootScope', '$scope', '$state', '$stateParams', 'Proce
|
|||||||
|
|
||||||
function getNextSection() {
|
function getNextSection() {
|
||||||
if (!$scope.stdoutEndpoint) {
|
if (!$scope.stdoutEndpoint) {
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// get the next range of data from the API
|
// get the next range of data from the API
|
||||||
|
|||||||
Reference in New Issue
Block a user