diff --git a/awx/ui/static/js/shared/Socket.js b/awx/ui/static/js/shared/Socket.js index 1f01588de8..9f676a6bed 100644 --- a/awx/ui/static/js/shared/Socket.js +++ b/awx/ui/static/js/shared/Socket.js @@ -107,6 +107,9 @@ angular.module('SocketIO', ['AuthService', 'Utilities']) if (token_actual === token) { self.socket.socket.disconnect(); + if($rootScope.dashboardInterval){ + window.clearInterval($rootScope.dashboardInterval); + } } self.scope.$apply(function () {