Return-Path: Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: (qmail 31603 invoked from network); 16 Nov 2010 11:41:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Nov 2010 11:41:13 -0000 Received: (qmail 41836 invoked by uid 500); 16 Nov 2010 11:41:45 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 41819 invoked by uid 500); 16 Nov 2010 11:41:45 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 41803 invoked by uid 99); 16 Nov 2010 11:41:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 11:41:44 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=10.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mfojtik@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Nov 2010 11:41:38 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAGBfH5v003963 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 16 Nov 2010 06:41:18 -0500 Received: from patashnik.brq.redhat.com (dhcp-2-138.brq.redhat.com [10.34.2.138]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oAGBf9T2014040 for ; Tue, 16 Nov 2010 06:41:16 -0500 From: mfojtik@redhat.com To: deltacloud-dev@incubator.apache.org Subject: [PATCH core 05/13] Fixed fields in HTML representation of Realm Date: Tue, 16 Nov 2010 12:41:00 +0100 Message-Id: <1289907668-28086-5-git-send-email-mfojtik@redhat.com> In-Reply-To: <1289907668-28086-1-git-send-email-mfojtik@redhat.com> References: <1289907668-28086-1-git-send-email-mfojtik@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 From: Michal Fojtik --- server/views/realms/index.html.haml | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/server/views/realms/index.html.haml b/server/views/realms/index.html.haml index cfee320..3da7d12 100644 --- a/server/views/realms/index.html.haml +++ b/server/views/realms/index.html.haml @@ -5,15 +5,13 @@ %thead %tr %th - Name - %th - Architecture + ID %th - Memory + Name %th - Storage + State %th - Mutable + Limit %tbody - @realms.each do |realm| %tr @@ -25,5 +23,4 @@ = realm.state %td = realm.limit - %td -- 1.7.3.2