GUACAMOLE-208: Automatically reconnect after network errors.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/ecf506ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/ecf506ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/ecf506ec Branch: refs/heads/master Commit: ecf506ecef046890b45b3baa67934e696ceb9847 Parents: ee4f8cf Author: Michael Jumper <[email protected]> Authored: Sat Feb 11 16:45:29 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Wed Feb 15 21:24:59 2017 -0800 ---------------------------------------------------------------------- .../src/main/webapp/app/client/controllers/clientController.js | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/ecf506ec/guacamole/src/main/webapp/app/client/controllers/clientController.js ---------------------------------------------------------------------- diff --git a/guacamole/src/main/webapp/app/client/controllers/clientController.js b/guacamole/src/main/webapp/app/client/controllers/clientController.js index d426457..71e7842 100644 --- a/guacamole/src/main/webapp/app/client/controllers/clientController.js +++ b/guacamole/src/main/webapp/app/client/controllers/clientController.js @@ -102,6 +102,8 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams 0x0200: true, 0x0202: true, 0x0203: true, + 0x0207: true, + 0x0208: true, 0x0301: true, 0x0308: true }; @@ -133,6 +135,8 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams 0x0200: true, 0x0202: true, 0x0203: true, + 0x0207: true, + 0x0208: true, 0x0308: true };
