You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/07/08 03:49:24 UTC

[GitHub] [guacamole-client] mike-jumper commented on a change in pull request #623: GUACAMOLE-724: Add support for displaying multiple connections as tiles.

mike-jumper commented on a change in pull request #623:
URL: https://github.com/apache/guacamole-client/pull/623#discussion_r665849549



##########
File path: guacamole/src/main/frontend/src/app/client/controllers/clientController.js
##########
@@ -26,6 +26,7 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
     // Required types
     var ConnectionGroup    = $injector.get('ConnectionGroup');
     var ManagedClient      = $injector.get('ManagedClient');
+    var ManagedClientGroup = $injector.get('ManagedClientGroup');

Review comment:
       Sure. I'll at least update the files that have been touched here.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org