diff --git a/src/sunstone/public/app/tabs/vms-tab/actions.js b/src/sunstone/public/app/tabs/vms-tab/actions.js index d430d1f421..f4069eabb2 100644 --- a/src/sunstone/public/app/tabs/vms-tab/actions.js +++ b/src/sunstone/public/app/tabs/vms-tab/actions.js @@ -374,7 +374,7 @@ define(function(require) { callback: function(request, response) { var protocolConnection = request.request.data[0].extra_param; - var link = getLink(response, { + var link = RemoteActions.getLink(response, { connnection_type: 'guac', extra_path: '/fireedge/guacamole', extra_params: ['type=' + protocolConnection]