mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -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() {
|
$rootScope.$on('JobStatusChange', function() {
|
||||||
jobs_scope.refreshJobs();
|
jobs_scope.refreshJobs();
|
||||||
|
scheduled_scope.refreshSchedules();
|
||||||
});
|
});
|
||||||
|
|
||||||
if (scope.removeListLoaded) {
|
if (scope.removeListLoaded) {
|
||||||
|
|||||||
Reference in New Issue
Block a user