mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Use name of current group, not parent group.
This commit is contained in:
@@ -215,7 +215,7 @@ GuacamoleRootUI.reset = function() {
|
||||
var child_group = group.groups[i];
|
||||
|
||||
// Create display element for group
|
||||
var list_group = new GuacUI.ListGroup(group.name);
|
||||
var list_group = new GuacUI.ListGroup(child_group.name);
|
||||
|
||||
// Recursively add all children to the new element
|
||||
addGroup(child_group, list_group.addElement);
|
||||
|
Reference in New Issue
Block a user