mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-932: Fix naming.
This commit is contained in:
@@ -43,7 +43,7 @@ angular.module('home').directive('guacRecentConnections', [function guacRecentCo
|
|||||||
|
|
||||||
templateUrl: 'app/home/templates/guacRecentConnections.html',
|
templateUrl: 'app/home/templates/guacRecentConnections.html',
|
||||||
controller: ['$scope', '$injector', 'guacHistory', 'RecentConnection',
|
controller: ['$scope', '$injector', 'guacHistory', 'RecentConnection',
|
||||||
function guacGroupListController($scope, $injector, guacHistory, RecentConnection) {
|
function guacRecentConnectionsController($scope, $injector, guacHistory, RecentConnection) {
|
||||||
|
|
||||||
var visibleObjects = {};
|
var visibleObjects = {};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user