mirror of https://github.com/apache/cloudstack.git
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:
parent
d3a81dd082
commit
fd93549893
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue