diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index 61a524e4d75..dbb0083ba24 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -433,7 +433,8 @@ name: args.data.name, displaytext: args.data.displaytext, ostypeid: args.data.ostypeid, - passwordenabled: (args.data.passwordenabled=="on") + passwordenabled: (args.data.passwordenabled=="on"), + isdynamicallyscalable: (args.data.isdynamicallyscalable=="on") }; $.ajax({ url: createURL('updateTemplate'), @@ -727,6 +728,12 @@ isEditable: true, converter:cloudStack.converters.toBooleanText }, + isdynamicallyscalable: { + label: 'Dynamically Scalable', + isBoolean: true, + isEditable: true, + converter:cloudStack.converters.toBooleanText + }, ispublic: { label: 'label.public', isBoolean: true,