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

B #5416: fix RDP button in roles VMs not working (#1270)

Signed-off-by: Frederick Borges <fborges@opennebula.io>
(cherry picked from commit d58d5f6906d606d02d4c0cc1889bccc5d10a8f6b)
This commit is contained in:
Frederick Borges 2021-06-03 13:05:44 +02:00 committed by Tino Vazquez
parent 1561fcbfcd
commit cacffeff64
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -341,11 +341,6 @@ define(function(require) {
event.stopPropagation();
});
$("#" + that.serviceroleVMsDataTable.dataTableId)
.on("click", "ul.dropdown-menu-css > .menu-hide", function(event) {
event.stopPropagation();
});
$("#" + that.serviceroleVMsDataTable.dataTableId)
.on("change", "tbody input.check_item", function() {
StateRolesVmButtons.disableAllStateActions();