[Ovirt-devel] minor style cleanup

Hugh O. Brock hbrock at redhat.com
Sat Jun 7 20:43:41 UTC 2008


Would have liked to fix the graphing div on the vm summary page too,
but it is beyond my css-fu.

-------------- next part --------------
>From 41505223dc6aaaee5728911998cb432311b2e636 Mon Sep 17 00:00:00 2001
>From: Hugh O. Brock <hbrock at harpcolumn.com>
Date: Sat, 7 Jun 2008 16:40:25 -0400
Subject: [PATCH] Remove the "task list" from the vm pool summary page, it wasn't doing anything and it was getting in the way of the snapshot graphs.

Signed-off-by: Hugh O. Brock <hbrock at harpcolumn.com>
---
 wui/src/app/views/resources/show.rhtml |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/wui/src/app/views/resources/show.rhtml b/wui/src/app/views/resources/show.rhtml
index 09a96db..0db3a1b 100644
--- a/wui/src/app/views/resources/show.rhtml
+++ b/wui/src/app/views/resources/show.rhtml
@@ -13,18 +13,12 @@
    
    <div class="summary_subtitle"><%= image_tag "icon_smry_perf.png", :style=>"vertical-align:middle;" %> Performance</div><br/>
    <%= render_component :controller=> 'graph', :action => 'snapshot_graph', :id => @vm_resource_pool.id, :params => { :poolType => 'vm' } %>
-
-   <%= render :partial => "/task/user_list", :locals => { :tasks => Task.working_tasks(@user) } %>
 </div>
 
 <div class="selection_detail" id="vmpool_selection">
   <div>VM pool quota details.</div>
 </div>
 
-<%- content_for :title do -%>
-<%= @vm_resource_pool.name %>
-<%- end -%>
-
 <script type="text/javascript">
          refresh_summary('vmpool_selection', 
                          '<%= url_for :controller => "resources", 
-- 
1.5.5.1



More information about the ovirt-devel mailing list