mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +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: {
|
||||
isReverse: true,
|
||||
isBoolean: true,
|
||||
label: 'Public'
|
||||
label: 'Public',
|
||||
isChecked: true //checked by default (public zone)
|
||||
},
|
||||
domain: {
|
||||
label: 'Domain',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user