You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2010/11/15 13:46:47 UTC

[PATCH core 05/14] Fixed fields in HTML representation of Realm

From: Michal Fojtik <mf...@redhat.com>

---
 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