mirror of
https://github.com/ansible/awx.git
synced 2026-01-28 23:04:41 -03:30
Fixed js errors.
This commit is contained in:
parent
b2b0f67c65
commit
aba8683fc5
@ -93,7 +93,7 @@ function JobsListController ($scope, $compile, ClearScope, Breadcrumbs, LoadBrea
|
|||||||
};
|
};
|
||||||
|
|
||||||
$(window).resize(_.debounce(function() {
|
$(window).resize(_.debounce(function() {
|
||||||
resizeContainers();
|
resizeContainers();
|
||||||
}, 500));
|
}, 500));
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -162,7 +162,7 @@ function JobsListController ($scope, $compile, ClearScope, Breadcrumbs, LoadBrea
|
|||||||
queued_scope[QueuedJobsList.iterator + '_page_size'] = rows;
|
queued_scope[QueuedJobsList.iterator + '_page_size'] = rows;
|
||||||
queued_scope.changePageSize(QueuedJobsList.name, QueuedJobsList.iterator);
|
queued_scope.changePageSize(QueuedJobsList.name, QueuedJobsList.iterator);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
JobsListController.$inject = ['$scope', '$compile', 'ClearScope', 'Breadcrumbs', 'LoadBreadCrumbs', 'LoadSchedulesScope', 'LoadJobsScope', 'RunningJobsList', 'CompletedJobsList',
|
JobsListController.$inject = ['$scope', '$compile', 'ClearScope', 'Breadcrumbs', 'LoadBreadCrumbs', 'LoadSchedulesScope', 'LoadJobsScope', 'RunningJobsList', 'CompletedJobsList',
|
||||||
|
|||||||
@ -359,7 +359,7 @@ angular.module('JobsHelper', ['Utilities', 'RestServices', 'FormGenerator', 'Job
|
|||||||
e, html;
|
e, html;
|
||||||
|
|
||||||
// Add the search widget. We want it arranged differently, so we're injecting and compiling it separately
|
// Add the search widget. We want it arranged differently, so we're injecting and compiling it separately
|
||||||
html = SearchWidget({
|
html = SearchWidget({
|
||||||
iterator: list.iterator,
|
iterator: list.iterator,
|
||||||
template: params.list,
|
template: params.list,
|
||||||
includeSize: false
|
includeSize: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user