diff --git a/resources/public/js/cluster.js b/resources/public/js/cluster.js index 84bec6dde..f7aba21d9 100644 --- a/resources/public/js/cluster.js +++ b/resources/public/js/cluster.js @@ -719,9 +719,6 @@ function Cluster() { // Obviously this is also checked on server side, no need to try stupid hacks return unaccepted; } - if (moveInstanceMethod != "smart") { - return unaccepted; - } var droppableTitle = getInstanceDiv(droppableNode.id).find("h3 .pull-left").html(); if (node.hasConnectivityProblem || droppableNode.hasConnectivityProblem || droppableNode.isAggregate) {