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/21 11:57:43 UTC

git commit: refs/heads/Reset-VM - Reset a VM detail view display

Updated Branches:
  refs/heads/Reset-VM 8e88a4295 -> 35d890508


Reset a VM detail view display


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

Branch: refs/heads/Reset-VM
Commit: 35d89050817324876c4411998c81abdac3501563
Parents: 8e88a42
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Feb 21 16:26:31 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Thu Feb 21 16:26:31 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/35d89050/ui/scripts/configuration.js
----------------------------------------------------------------------
diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js
index 1e44ecf..4a64eea 100644
--- a/ui/scripts/configuration.js
+++ b/ui/scripts/configuration.js
@@ -361,6 +361,7 @@
                       label: 'label.CPU.cap',
                       converter: cloudStack.converters.toBooleanText
                     },
+                    isvolatile:{ label:'Volatile' , converter: cloudStack.converters.toBooleanText },
                     tags: { label: 'label.storage.tags' },
                     hosttags: { label: 'label.host.tags' },
                     domain: { label: 'label.domain' },