From 78a4252e7bb3b709e8cbafcc453e30b7ff92da94 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Fri, 6 Mar 2015 16:27:56 -0500 Subject: [PATCH] Fix live events with scheduled jobs on dashboard --- awx/ui/static/js/widgets/DashboardJobs.js | 1 + 1 file changed, 1 insertion(+) 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) {