cloudStack 3.0 new UI - template page - detail view - add isBoolean property to editable boolean field.

This commit is contained in:
Jessica Wang 2011-12-09 10:51:45 -08:00
parent 224a0ec47c
commit b8b2f786dd
1 changed files with 7 additions and 0 deletions

View File

@ -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: {