cloudstack 3.0 UI - Guest Network section - detailView - add VPC ID field.

This commit is contained in:
Jessica Wang 2012-07-18 11:33:03 -07:00
parent 81e7c819dc
commit a4f1ecff64
1 changed files with 11 additions and 1 deletions

View File

@ -801,7 +801,17 @@
},
domain: { label: 'label.domain' },
account: { label: 'label.account' }
account: { label: 'label.account' },
vpcid: {
label: 'VPC ID',
converter: function(args) {
if(args != null)
return args;
else
return 'N/A';
}
}
}
],
dataProvider: function(args) {