Updated Branches: refs/heads/vpc e87147de2 -> e47b6da60
CS-15746:S2S VPN: vpn connection details page does not show the vpn connection state Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e47b6da6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e47b6da6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e47b6da6 Branch: refs/heads/vpc Commit: e47b6da60381db9fbcc58b02eedaae0622c8f8a7 Parents: e87147d Author: Pranav Saxena <[email protected]> Authored: Mon Jul 30 23:33:03 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Mon Jul 30 23:33:03 2012 +0530 ---------------------------------------------------------------------- ui/scripts/vpc.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e47b6da6/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index fe538de..d9eeab8 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -912,7 +912,7 @@ ikepolicy: { label: 'IKE policy' }, esppolicy: { label: 'ESP policy' }, lifetime: { label: 'Lifetime (second)' }, - + state:{ label:'State'}, created: { label: 'label.date', converter: cloudStack.converters.toLocalDate } } ],
