From: Michal Fojtik <[email protected]>

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

Reply via email to