diff --git a/awx/ui/static/js/widgets/DashboardJobs.js b/awx/ui/static/js/widgets/DashboardJobs.js index ac6621a0e9..f8411aa3d1 100644 --- a/awx/ui/static/js/widgets/DashboardJobs.js +++ b/awx/ui/static/js/widgets/DashboardJobs.js @@ -50,6 +50,7 @@ angular.module('DashboardJobsWidget', ['RestServices', 'Utilities']) $rootScope.$on('JobStatusChange', function() { jobs_scope.refreshJobs(); + scheduled_scope.refreshSchedules(); }); if (scope.removeListLoaded) {