diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 51e2ae0b0fe..947ad0de436 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -9643,7 +9643,7 @@ if (jsonObj.state == 'Running') { allowedActions.push("stop"); - if(jsonObj.vpcid != null) + //if(jsonObj.vpcid != null) allowedActions.push("restart"); allowedActions.push("viewConsole");