From bf659bd24b1bfe2bfec38c95c5df57f42c714e32 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Thu, 29 Apr 2021 10:34:46 +0200 Subject: [PATCH] F #5055: Fix guacamole action to open new tab (#1163) (cherry picked from commit 5b4c4e0c77b6216b8ecfcf2f2bc7e940c1e86727) --- src/sunstone/public/app/tabs/vms-tab/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]