diff --git a/guacamole/src/main/webapp/scripts/root-ui.js b/guacamole/src/main/webapp/scripts/root-ui.js index 80605ec70..7e019bab2 100644 --- a/guacamole/src/main/webapp/scripts/root-ui.js +++ b/guacamole/src/main/webapp/scripts/root-ui.js @@ -171,6 +171,9 @@ GuacamoleRootUI.reset = function() { } + // Associative array of all existing groups + var groups = {}; + // Create pager for connections var connection_pager = new GuacUI.Pager(GuacamoleRootUI.sections.all_connections); connection_pager.page_capacity = 20; @@ -179,18 +182,54 @@ GuacamoleRootUI.reset = function() { for (var i=0; i