Jason Guiditta
2008-Aug-20 20:12 UTC
[Ovirt-devel] [PATCH] No data returned in hosts popup
There was an encoding problem between what rails was doing and what the flexigrid javascript was doing. Signed-off-by: Jason Guiditta <jguiditt at redhat.com> --- wui/src/app/views/host/_grid.rhtml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/wui/src/app/views/host/_grid.rhtml b/wui/src/app/views/host/_grid.rhtml index 14204b5..ac24e0c 100644 --- a/wui/src/app/views/host/_grid.rhtml +++ b/wui/src/app/views/host/_grid.rhtml @@ -12,6 +12,7 @@ { url: '<%= url_for :controller => "hardware", :action => "hosts_json", + :escape => false, :id => (hwpool.nil? ? nil : hwpool.id), :exclude_pool => exclude_pool, :exclude_host => exclude_host, -- 1.5.5.1