Fix live events with scheduled jobs on dashboard

This commit is contained in:
Joe Fiorini 2015-03-06 16:27:56 -05:00
parent 9a20b15d5a
commit 78a4252e7b

View File

@ -50,6 +50,7 @@ angular.module('DashboardJobsWidget', ['RestServices', 'Utilities'])
$rootScope.$on('JobStatusChange', function() {
jobs_scope.refreshJobs();
scheduled_scope.refreshSchedules();
});
if (scope.removeListLoaded) {