mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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: {
|
ispublic: {
|
||||||
isReverse: true,
|
isReverse: true,
|
||||||
isBoolean: true,
|
isBoolean: true,
|
||||||
label: 'Public'
|
label: 'Public',
|
||||||
|
isChecked: true //checked by default (public zone)
|
||||||
},
|
},
|
||||||
domain: {
|
domain: {
|
||||||
label: 'Domain',
|
label: 'Domain',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user