mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-558: Add separate error strings for tunnel errors.
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
|
||||
// Show connection errors from tunnel
|
||||
tunnel.onerror = function(status) {
|
||||
var message = GuacUI.Client.errors[status.code] || GuacUI.Client.errors.DEFAULT;
|
||||
var message = GuacUI.Client.tunnel_errors[status.code] || GuacUI.Client.tunnel_errors.DEFAULT;
|
||||
GuacUI.Client.showError("Connection Error", message);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user