Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35703E211 for ; Thu, 21 Feb 2013 21:45:32 +0000 (UTC) Received: (qmail 70023 invoked by uid 500); 21 Feb 2013 21:45:22 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 69887 invoked by uid 500); 21 Feb 2013 21:45:22 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 68407 invoked by uid 99); 21 Feb 2013 21:45:20 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 21:45:20 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5875482E215; Thu, 21 Feb 2013 21:45:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [15/51] [abbrv] git commit: refs/heads/ui-quick-view-v2 - Reset a VM detail view display Message-Id: <20130221214520.5875482E215@tyr.zones.apache.org> Date: Thu, 21 Feb 2013 21:45:20 +0000 (UTC) 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/ui-quick-view-v2 Commit: 35d89050817324876c4411998c81abdac3501563 Parents: 8e88a42 Author: Pranav Saxena Authored: Thu Feb 21 16:26:31 2013 +0530 Committer: Pranav Saxena 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' },