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:
commit
ccd8a48617
@ -144,7 +144,7 @@ function resolveWebSocketConnection ($stateParams, SocketService) {
|
||||
}
|
||||
};
|
||||
|
||||
return SocketService.addStateResolve(state, id);
|
||||
SocketService.addStateResolve(state, id);
|
||||
}
|
||||
|
||||
function getWebSocketResource (type) {
|
||||
|
Loading…
Reference in New Issue
Block a user