Skip to content

Commit

Permalink
fixup! add WebSocket failing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
olexii4 committed Aug 4, 2020
1 parent 76be255 commit f8e4441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/api/json-rpc/che-json-rpc-master-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class CheJsonRpcMasterApi {
if (this.reconnectionAttemptNumber < this.maxReconnectionAttempts) {
this.$log.warn('WebSocket connection is closed.');
} else {
this.globalWarningBannerService.addMessage(`WebSocket connections are failing due to network restrictions.
this.globalWarningBannerService.addMessage(`WebSocket connections "${entrypoint}" are failing due to network restrictions.
${this.branding.getName()} workspaces may not be usable. Please refer to the
<a href="${this.branding.getDocs().webSocketTroubleshooting}" target="_blank">Network Troubleshooting</a>
section of the ${this.branding.getName()} User Guide`);
Expand Down

0 comments on commit f8e4441

Please sign in to comment.