From 66151cc3e92427f803c01516a65cbe0b2b6ac28b Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Thu, 25 Mar 2021 18:05:47 +0100 Subject: [PATCH] M #~: Fix minor (#1030) --- .../public/app/tabs/oneflow-services-tab/panels/roles.js | 2 +- src/sunstone/public/app/tabs/vms-tab/datatable.js | 2 +- src/sunstone/public/app/utils/remote-actions.js | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/sunstone/public/app/tabs/oneflow-services-tab/panels/roles.js b/src/sunstone/public/app/tabs/oneflow-services-tab/panels/roles.js index 8e4832b584..aa9fc0967f 100644 --- a/src/sunstone/public/app/tabs/oneflow-services-tab/panels/roles.js +++ b/src/sunstone/public/app/tabs/oneflow-services-tab/panels/roles.js @@ -244,7 +244,7 @@ define(function(require) { $.when.apply($, promises).then(function() { if (that.serviceroleVMsDataTable) { that.serviceroleVMsDataTable.updateView(null, roleVms, true); - $("#rdp-buttons", context).foundation(); + $(".rdp-buttons", context).foundation(); VMRemoteActions.bindActionsToContext(context) } diff --git a/src/sunstone/public/app/tabs/vms-tab/datatable.js b/src/sunstone/public/app/tabs/vms-tab/datatable.js index d09bb289b6..3382658aa7 100644 --- a/src/sunstone/public/app/tabs/vms-tab/datatable.js +++ b/src/sunstone/public/app/tabs/vms-tab/datatable.js @@ -169,7 +169,7 @@ define(function(require) { VMsTableUtils.tooltipCharters(); - $("#rdp-buttons").foundation(); + $(".rdp-buttons").foundation(); FireedgeValidator.validateFireedgeToken(function(token) { if (Websocket.disconnected()) { diff --git a/src/sunstone/public/app/utils/remote-actions.js b/src/sunstone/public/app/utils/remote-actions.js index fec56807ad..37247bccd6 100644 --- a/src/sunstone/public/app/utils/remote-actions.js +++ b/src/sunstone/public/app/utils/remote-actions.js @@ -156,8 +156,7 @@ define(function(require) { var dropdownButton = $('