File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ fields:
6666 name : storage
6767 caption : Attach dedicated NFS Storage with dynamic volume provisioning
6868 value : true
69+ default : true
6970 showIf :
7071 true :
7172 - type : checkbox
Original file line number Diff line number Diff line change @@ -72,12 +72,14 @@ if (!prod && dev){
7272 if ( ! devStorage ) {
7373 f [ 6 ] . disabled = true ;
7474 f [ 6 ] . value = false ;
75+ f [ 6 ] [ 'default' ] = false ;
7576 }
7677}
7778
7879if ( prod && ! prodStorage ) {
7980 f [ 6 ] . disabled = true ;
8081 f [ 6 ] . value = false ;
82+ f [ 6 ] [ 'default' ] = false ;
8183}
8284
8385if ( ! prod && ! dev || group . groupType == 'trial' ) {
@@ -89,6 +91,7 @@ if (!prod && !dev || group.groupType == 'trial'){
8991 f [ 3 ] . markup = "Production and Development topologies are not available for " + group . groupType + " account. Please upgrade your account." ;
9092 f [ 3 ] . height = 60 ;
9193 f [ 6 ] . value = false ;
94+ f [ 6 ] [ 'default' ] = false ;
9295
9396 f . push ( {
9497 "type" : "compositefield" ,
You can’t perform that action at this time.
0 commit comments