mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
Revert "Fix live events with scheduled jobs on dashboard"
This reverts commit c9b4882012357db8d4effb5b38a22049599468b6.
This commit is contained in:
@@ -50,7 +50,6 @@ angular.module('DashboardJobsWidget', ['RestServices', 'Utilities'])
|
|||||||
|
|
||||||
$rootScope.$on('JobStatusChange', function() {
|
$rootScope.$on('JobStatusChange', function() {
|
||||||
jobs_scope.refreshJobs();
|
jobs_scope.refreshJobs();
|
||||||
scheduled_scope.refreshSchedules();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if (scope.removeListLoaded) {
|
if (scope.removeListLoaded) {
|
||||||
|
|||||||
Reference in New Issue
Block a user