[Ovirt-devel] [PATCH] initial support for "clear this VM" UI.

Jason Guiditta jguiditt at redhat.com
Fri Jun 27 19:01:39 UTC 2008


When I apply this patch my host list looks funky (screenshot attached).
The columns in the table are not lined up with the headers and after the
first row, the ids show instead of the checkboxes.  I havent figured out
where this is coming from yet, but can help debug if you like.  Also,
small thing I noticed.  Here:

@@ -70,23 +83,36 @@ class HostController < ApplicationController
 
   def set_disabled(value)
     operation = value == 1 ? "diabled" : "enabled"

s/diabled/disabled

We should probably start thinking about a better way to set our error
messages, as the current approach is not very i18n-friendly.

-j
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hosts-list.png
Type: image/png
Size: 207384 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20080627/48d20f16/attachment.png>


More information about the ovirt-devel mailing list