1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

Merge pull request #2295 from jaredevantabor/2265

Alas, the stdout page wasn't loading if sockets were down
This commit is contained in:
Jared Tabor 2018-06-22 15:36:59 -07:00 committed by GitHub
commit ccd8a48617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ function resolveWebSocketConnection ($stateParams, SocketService) {
}
};
return SocketService.addStateResolve(state, id);
SocketService.addStateResolve(state, id);
}
function getWebSocketResource (type) {