mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
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…
x
Reference in New Issue
Block a user