From 0507e8970950fd416abe758da76f98c0b5f31c87 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 9 Mar 2015 13:38:36 -0400 Subject: [PATCH] Revert "Fix live events with scheduled jobs on dashboard" This reverts commit c9b4882012357db8d4effb5b38a22049599468b6. --- awx/ui/static/js/widgets/DashboardJobs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/static/js/widgets/DashboardJobs.js b/awx/ui/static/js/widgets/DashboardJobs.js index f8411aa3d1..ac6621a0e9 100644 --- a/awx/ui/static/js/widgets/DashboardJobs.js +++ b/awx/ui/static/js/widgets/DashboardJobs.js @@ -50,7 +50,6 @@ angular.module('DashboardJobsWidget', ['RestServices', 'Utilities']) $rootScope.$on('JobStatusChange', function() { jobs_scope.refreshJobs(); - scheduled_scope.refreshSchedules(); }); if (scope.removeListLoaded) {