diff --git a/ui/scripts/storage.js b/ui/scripts/storage.js index 29cd4c1cdc3..b26e60ba36e 100644 --- a/ui/scripts/storage.js +++ b/ui/scripts/storage.js @@ -2365,10 +2365,8 @@ } } - if (jsonObj.hypervisor == "KVM" || jsonObj.hypervisor == "XenServer" || jsonObj.hypervisor == "VMware") { - if (jsonObj.state == "Ready" || jsonObj.state == "Allocated") { - allowedActions.push("resize"); - } + if (jsonObj.state == "Ready" || jsonObj.state == "Allocated") { + allowedActions.push("resize"); } if (jsonObj.state != "Allocated") {