CS-16190:InterVlan - UI - Non-VPC Virtual Routers are not provided with an option to reboot unlike VPC Virtual Routers

Reviewed-By:Brian
This commit is contained in:
Pranav Saxena 2012-08-28 13:19:23 +05:30
parent d3a81dd082
commit fd93549893
1 changed files with 1 additions and 1 deletions

View File

@ -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");