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

[15/20] git commit: refs/heads/noa/packaging_rpm_fixes - CLOUDSTACK-1447:Persistent Status is not displayed for VPC Tiers

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/noa/packaging_rpm_fixes
Commit: ca41037058e5881399e9bad67615debb8980cd3b
Parents: 79995bf
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: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) {