1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

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

This commit is contained in:
Sergio Betanzos 2021-04-29 10:34:46 +02:00 committed by GitHub
parent 9835f1f39d
commit 5b4c4e0c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]