From 0ed0e9a26efc616ea5d873be7536e48689e83b20 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Sun, 12 May 2013 23:59:39 +0530 Subject: [PATCH] CLOUDSTACK-1828:NAT on private gateway UI support --- ui/scripts/vpc.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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) {