From fd93549893fc5751b68497d441aa6beb2e1f9f1f Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Tue, 28 Aug 2012 13:19:23 +0530 Subject: [PATCH] CS-16190:InterVlan - UI - Non-VPC Virtual Routers are not provided with an option to reboot unlike VPC Virtual Routers Reviewed-By:Brian --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");