Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A7C3D54C for ; Thu, 3 Jan 2013 09:57:42 +0000 (UTC) Received: (qmail 55985 invoked by uid 500); 3 Jan 2013 09:57:42 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 55953 invoked by uid 500); 3 Jan 2013 09:57:41 -0000 Mailing-List: contact commits-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list commits@deltacloud.apache.org Received: (qmail 55943 invoked by uid 99); 3 Jan 2013 09:57:41 -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, 03 Jan 2013 09:57:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D2B12821E74; Thu, 3 Jan 2013 09:57:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marios@apache.org To: commits@deltacloud.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: CIMI UI/HTML client fix (MachineImages show) - DTACLOUD-405 Message-Id: <20130103095740.D2B12821E74@tyr.zones.apache.org> Date: Thu, 3 Jan 2013 09:57:40 +0000 (UTC) Updated Branches: refs/heads/master 636f9d5d4 -> 162e8ec15 CIMI UI/HTML client fix (MachineImages show) - DTACLOUD-405 https://issues.apache.org/jira/browse/DTACLOUD-405 Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/162e8ec1 Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/162e8ec1 Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/162e8ec1 Branch: refs/heads/master Commit: 162e8ec1540cfc5050cb8a071aeab1eb9f99f435 Parents: 636f9d5 Author: marios Authored: Thu Jan 3 11:53:56 2013 +0200 Committer: marios Committed: Thu Jan 3 11:53:56 2013 +0200 ---------------------------------------------------------------------- clients/cimi/views/machine_images/show.haml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltacloud/blob/162e8ec1/clients/cimi/views/machine_images/show.haml ---------------------------------------------------------------------- diff --git a/clients/cimi/views/machine_images/show.haml b/clients/cimi/views/machine_images/show.haml index 1bbe6c7..194eb1e 100644 --- a/clients/cimi/views/machine_images/show.haml +++ b/clients/cimi/views/machine_images/show.haml @@ -22,5 +22,6 @@ - row 'Description', @machine_image.description - row 'State', @machine_image.state - row 'Created', @machine_image.created - - row 'Image Location', @machine_image.image_location.href - - row 'Image Data', @machine_image.image_data + - row 'Type', @machine_image.type + - row 'Image Location', @machine_image.image_location + - row 'Related Image', @machine_image.related_image.href