Updated Branches: refs/heads/4.1 79995bf62 -> ca4103705
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/ca410370 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ca410370 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ca410370 Branch: refs/heads/4.1 Commit: ca41037058e5881399e9bad67615debb8980cd3b Parents: 79995bf Author: Pranav Saxena <[email protected]> Authored: Thu Feb 28 13:27:27 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Feb 28 13:28:44 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/ca410370/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) {
