1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #5055: Fix guacamole action to open new tab (#1163)

(cherry picked from commit 5b4c4e0c77b6216b8ecfcf2f2bc7e940c1e86727)
This commit is contained in:
Sergio Betanzos 2021-04-29 10:34:46 +02:00 committed by Ruben S. Montero
parent 506a1eea65
commit bf659bd24b
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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]