mirror of https://github.com/apache/cloudstack.git
Start VPC router by default (#683)
According to docs, the router will be started as soon as vpc is created. If user doent want it to start then they need to explicity set it to false Co-authored-by: Rakesh Venkatesh <r.venkatesh@global.leaseweb.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
02c644472b
commit
c9d1bf68d8
|
|
@ -113,7 +113,7 @@
|
|||
<a-icon type="info-circle" style="color: rgba(0,0,0,.45)" />
|
||||
</a-tooltip>
|
||||
</span>
|
||||
<a-switch v-decorator="['start']" />
|
||||
<a-switch v-decorator="['start', {initialValue: true}]" defaultChecked />
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
<div :span="24" class="action-button">
|
||||
|
|
|
|||
Loading…
Reference in New Issue