You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/09/09 23:02:29 UTC

[cloudstack-primate] branch master updated: Start VPC router by default (#683)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c343a2  Start VPC router by default (#683)
5c343a2 is described below

commit 5c343a22011d489f4e35873381137593ede0d72a
Author: Rakesh <ra...@gmail.com>
AuthorDate: Thu Sep 10 01:02:21 2020 +0200

    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....@global.leaseweb.com>
---
 src/views/network/CreateVpc.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/network/CreateVpc.vue b/src/views/network/CreateVpc.vue
index 92e0292..abf645d 100644
--- a/src/views/network/CreateVpc.vue
+++ b/src/views/network/CreateVpc.vue
@@ -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">