mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Fix live events with scheduled jobs on dashboard
This commit is contained in:
parent
9a20b15d5a
commit
78a4252e7b
@ -50,6 +50,7 @@ angular.module('DashboardJobsWidget', ['RestServices', 'Utilities'])
|
||||
|
||||
$rootScope.$on('JobStatusChange', function() {
|
||||
jobs_scope.refreshJobs();
|
||||
scheduled_scope.refreshSchedules();
|
||||
});
|
||||
|
||||
if (scope.removeListLoaded) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user