mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
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() {
|
||||
resizeContainers();
|
||||
resizeContainers();
|
||||
}, 500));
|
||||
});
|
||||
|
||||
@ -162,7 +162,7 @@ function JobsListController ($scope, $compile, ClearScope, Breadcrumbs, LoadBrea
|
||||
queued_scope[QueuedJobsList.iterator + '_page_size'] = rows;
|
||||
queued_scope.changePageSize(QueuedJobsList.name, QueuedJobsList.iterator);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
JobsListController.$inject = ['$scope', '$compile', 'ClearScope', 'Breadcrumbs', 'LoadBreadCrumbs', 'LoadSchedulesScope', 'LoadJobsScope', 'RunningJobsList', 'CompletedJobsList',
|
||||
|
@ -359,7 +359,7 @@ angular.module('JobsHelper', ['Utilities', 'RestServices', 'FormGenerator', 'Job
|
||||
e, html;
|
||||
|
||||
// Add the search widget. We want it arranged differently, so we're injecting and compiling it separately
|
||||
html = SearchWidget({
|
||||
html = SearchWidget({
|
||||
iterator: list.iterator,
|
||||
template: params.list,
|
||||
includeSize: false
|
||||
|
Loading…
Reference in New Issue
Block a user