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:
Rakesh 2020-09-10 01:02:21 +02:00 committed by Rohit Yadav
parent 02c644472b
commit c9d1bf68d8
1 changed files with 1 additions and 1 deletions

View File

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