From afb6e29aefb509c6b3c37eef7cc8f7d45af6e09f Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 10 Feb 2013 15:10:21 -0800 Subject: [PATCH] #268: Implement connection management. --- guacamole/src/main/webapp/admin.xhtml | 89 +++++++++++++++++++++++++-- 1 file changed, 85 insertions(+), 4 deletions(-) diff --git a/guacamole/src/main/webapp/admin.xhtml b/guacamole/src/main/webapp/admin.xhtml index e3f010bc5..339d3db8c 100644 --- a/guacamole/src/main/webapp/admin.xhtml +++ b/guacamole/src/main/webapp/admin.xhtml @@ -285,15 +285,96 @@ */ var selected_connection = null; + var connections = GuacamoleService.Connections.list(); // Add connections to list connection_list.innerHTML = ""; - for (name in permissions.read_connection) {(function(name){ + for (i=0; i