mirror of https://github.com/apache/cloudstack.git
zone wizard - make isPublic checked as default since public zone is more popular.
This commit is contained in:
parent
879ab9a5cc
commit
dddbf1cd9d
|
|
@ -199,7 +199,8 @@
|
|||
ispublic: {
|
||||
isReverse: true,
|
||||
isBoolean: true,
|
||||
label: 'Public'
|
||||
label: 'Public',
|
||||
isChecked: true //checked by default (public zone)
|
||||
},
|
||||
domain: {
|
||||
label: 'Domain',
|
||||
|
|
|
|||
Loading…
Reference in New Issue