network offering page - change label of isdefault field to be more specific ("created by system")

This commit is contained in:
Jessica Wang 2012-01-30 17:40:13 -08:00
parent 4aaf15a353
commit 36017cf968
1 changed files with 2 additions and 2 deletions

View File

@ -1615,8 +1615,8 @@
args.response.success({data: items});
}
},
isdefault: {
label: 'Default',
isdefault: { //created by system by default
label: 'Created by system',
converter: cloudStack.converters.toBooleanText
},
specifyvlan: {