mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Signed-off-by: Frederick Borges <fborges@opennebula.io> (cherry picked from commit d58d5f6906d606d02d4c0cc1889bccc5d10a8f6b)
This commit is contained in:
parent
1561fcbfcd
commit
cacffeff64
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user