GUACAMOLE-567: Merge warn if network connection appears unstable.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/c988975e Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/c988975e Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/c988975e Branch: refs/heads/master Commit: c988975ec0a9c642b1989e78c2325de2625b0910 Parents: f5266fd 6ea2426 Author: Nick Couchman <[email protected]> Authored: Sun May 27 23:07:12 2018 -0400 Committer: Nick Couchman <[email protected]> Committed: Sun May 27 23:07:12 2018 -0400 ---------------------------------------------------------------------- .../src/main/webapp/modules/Status.js | 84 ++++++++++ .../src/main/webapp/modules/Tunnel.js | 159 ++++++++++++------- .../app/client/controllers/clientController.js | 12 ++ .../app/client/styles/connection-warning.css | 56 +++++++ .../webapp/app/client/templates/client.html | 5 + .../webapp/app/client/types/ManagedClient.js | 12 ++ .../app/client/types/ManagedClientState.js | 11 +- guacamole/src/main/webapp/images/warning.png | Bin 0 -> 1059 bytes guacamole/src/main/webapp/translations/en.json | 1 + 9 files changed, 280 insertions(+), 60 deletions(-) ----------------------------------------------------------------------
