diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index 1cc38b293cf..af7ce0e71dc 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -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: {