mirror of https://github.com/apache/cloudstack.git
cloudStack 3.0 new UI - template page - detail view - add isBoolean property to editable boolean field.
This commit is contained in:
parent
224a0ec47c
commit
b8b2f786dd
|
|
@ -717,19 +717,26 @@
|
|||
},
|
||||
isextractable: {
|
||||
label: 'Extractable',
|
||||
isBoolean: true,
|
||||
//isEditable: true, //uncomment after Brian fix it to be checkbox instead of textfield
|
||||
converter:cloudStack.converters.toBooleanText
|
||||
},
|
||||
passwordenabled: {
|
||||
label: 'Password Enabled',
|
||||
isBoolean: true,
|
||||
//isEditable: true, //uncomment after Brian fix it to be checkbox instead of textfield
|
||||
converter:cloudStack.converters.toBooleanText
|
||||
},
|
||||
ispublic: {
|
||||
label: 'Public',
|
||||
isBoolean: true,
|
||||
//isEditable: true, //uncomment after Brian fix it to be checkbox instead of textfield
|
||||
converter:cloudStack.converters.toBooleanText
|
||||
},
|
||||
isfeatured: {
|
||||
label: 'Featured',
|
||||
isBoolean: true,
|
||||
//isEditable: true, //uncomment after Brian fix it to be checkbox instead of textfield
|
||||
converter:cloudStack.converters.toBooleanText
|
||||
},
|
||||
crossZones: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue