Updated Branches: refs/heads/master 644a73bb2 -> 9446eba78
CLOUDSTACK-1447:Persistent Status is not displayed for VPC Tiers Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9446eba7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9446eba7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9446eba7 Branch: refs/heads/master Commit: 9446eba78c899f3bf7b940e3e009e57e00f51efe Parents: 644a73b Author: Pranav Saxena <[email protected]> Authored: Thu Feb 28 13:27:27 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Feb 28 13:27:27 2013 +0530 ---------------------------------------------------------------------- ui/scripts/vpc.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9446eba7/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index c198a91..4281ca2 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -1690,6 +1690,13 @@ state: { label: 'label.state' }, + + ispersistent:{ + label:'Persistent ', + converter:cloudStack.converters.toBooleanText + + }, + restartrequired: { label: 'label.restart.required', converter: function(booleanValue) {
