diff --git a/awx/ui/static/js/shared/Socket.js b/awx/ui/static/js/shared/Socket.js index 1b54d626e6..083d1badca 100644 --- a/awx/ui/static/js/shared/Socket.js +++ b/awx/ui/static/js/shared/Socket.js @@ -118,7 +118,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities']) self.socket.on('diconnect', function() { $log.debug('Socket disconnected'); self.scope.$apply(function() { - self.socketStatus = 'error'; + self.scope.socketStatus = 'error'; self.scope.socketTip = getSocketTip(self.scope.socketStatus); }); });