mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -02:30
updating sockets to only init once.
This commit is contained in:
@@ -48,7 +48,7 @@ angular.module('DashboardJobsWidget', ['RestServices', 'Utilities'])
|
||||
e.html(html);
|
||||
$compile(e)(scope);
|
||||
|
||||
$rootScope.$on('JobStatusChange', function() {
|
||||
$rootScope.$on('JobStatusChange-home', function() {
|
||||
jobs_scope.refreshJobs();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user