diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 17cf42a5e91..7f56f9b7cf4 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -950,7 +950,14 @@ id: { label: 'label.id' }, zonename: { label: 'label.zone' }, domain: { label: 'label.domain' }, - account: { label: 'label.account' } + account: { label: 'label.account' }, + sourcenatsupported:{ + label: 'SourceNAT Supported' , + converter: function(str) { + return str ? 'Yes' : 'No'; + } + } + } ], dataProvider: function(args) {