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

[26/50] [abbrv] git commit: refs/heads/ui-multiple-nics - Displaying persistent network property in the detail view for VPC networks

Displaying persistent network property in the detail view for VPC networks


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c25a0d8d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c25a0d8d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c25a0d8d

Branch: refs/heads/ui-multiple-nics
Commit: c25a0d8d8ebd4419efc1587656d6ae2803d8733b
Parents: 680a360
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Feb 28 11:54:04 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Thu Feb 28 11:54:04 2013 +0530

----------------------------------------------------------------------
 ui/scripts/network.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c25a0d8d/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index daa09c7..6fcd460 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -4447,6 +4447,11 @@
                     cidr: { label: 'label.cidr' },
                     networkdomain: { label: 'label.network.domain' },
                     state: { label: 'label.state' },
+                    ispersistent:{
+                      label:'Persistent ',
+                      converter:cloudStack.converters.toBooleanText
+
+                     },
                     restartrequired: {
                       label: 'label.restart.required',
                       converter: function(booleanValue) {