mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 07:27:42 +00:00
Allow GroupViews to be controlled by flags. Implement MULTISELECT and SHOW_CONNECTIONS flags.
This commit is contained in:
@@ -176,7 +176,7 @@ GuacamoleRootUI.reset = function() {
|
||||
|
||||
|
||||
// Create group view
|
||||
var group_view = new GuacUI.GroupView(root_group);
|
||||
var group_view = new GuacUI.GroupView(root_group, GuacUI.GroupView.SHOW_CONNECTIONS);
|
||||
GuacamoleRootUI.sections.all_connections.appendChild(group_view.getElement());
|
||||
|
||||
// Add any connections with thumbnails
|
||||
|
Reference in New Issue
Block a user