diff --git a/guacamole/src/main/webapp/app/home/controllers/homeController.js b/guacamole/src/main/webapp/app/home/controllers/homeController.js index 770f97b34..def3605ab 100644 --- a/guacamole/src/main/webapp/app/home/controllers/homeController.js +++ b/guacamole/src/main/webapp/app/home/controllers/homeController.js @@ -58,7 +58,7 @@ angular.module('home').controller('homeController', ['$scope', '$injector', // Figure out which recent connection entries are valid $scope.connectionsAndGroups.forEach(function findValidEntries (connectionOrGroup) { - var type = connectionOrGroup.isConnection ? "c" : "cg"; + var type = connectionOrGroup.isConnection ? "c" : "g"; // Find the unique ID to index into the recent connections var uniqueId = encodeURIComponent( diff --git a/guacamole/src/main/webapp/app/home/templates/home.html b/guacamole/src/main/webapp/app/home/templates/home.html index e46a7327c..5a5ac8346 100644 --- a/guacamole/src/main/webapp/app/home/templates/home.html +++ b/guacamole/src/main/webapp/app/home/templates/home.html @@ -35,7 +35,7 @@
- {{item.name}} + {{item.name}} {{item.name}}