diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index f905fa45faa..7928c680cb1 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -726,6 +726,7 @@ var data = { id: args.context.instances[0].id, group: args.data.group, + isdynamicallyscalable: (args.data.isdynamicallyscalable=="on"), ostypeid: args.data.guestosid }; @@ -1366,9 +1367,16 @@ }); return toClearInterval; } - }, - hypervisor: { label: 'label.hypervisor' }, + }, templatename: { label: 'label.template' }, + + isdynamicallyscalable: { + label: 'Dynamically Scalable', + isBoolean: true, + isEditable: true, + converter:cloudStack.converters.toBooleanText + }, + guestosid: { label: 'label.os.type', isEditable: true, @@ -1388,7 +1396,9 @@ }); } }, - + + hypervisor: { label: 'label.hypervisor' }, + /* isoid: { label: 'label.attached.iso',