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