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