mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01: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];
|
var child_group = group.groups[i];
|
||||||
|
|
||||||
// Create display element for group
|
// 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
|
// Recursively add all children to the new element
|
||||||
addGroup(child_group, list_group.addElement);
|
addGroup(child_group, list_group.addElement);
|
||||||
|
Reference in New Issue
Block a user