You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/02/28 09:11:04 UTC

git commit: refs/heads/master - CLOUDSTACK-1447:Persistent Status is not displayed for VPC Tiers

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 <pr...@citrix.com>
Authored: Thu Feb 28 13:27:27 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
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) {