Displaying 1 result from an estimated 1 matches for "663a55d".
Did you mean:
663552
2009 Sep 08
1
[PATCH server] fix live migration
From: root <root at linagora-ovirt.netaktiv.com>
---
src/app/views/host/_grid.rhtml | 2 +-
src/app/views/vm/migrate.rhtml | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/app/views/host/_grid.rhtml b/src/app/views/host/_grid.rhtml
index 663a55d..698dc95 100644
--- a/src/app/views/host/_grid.rhtml
+++ b/src/app/views/host/_grid.rhtml
@@ -1,7 +1,7 @@
<%= render :partial => 'graph/load_graph.rhtml' %>
<% pool_controller = 'hardware' unless (defined? pool_controller) and !(pool_controller.nil?) %>
-<% hos...