Hide Forgot
When you have a pool with failed instances and go to pool family show page and select 'pools' tab, 'failed instances' column displays string representation of ruby array instead of number. in app/views/pool_families/_pools.html.haml should be: %td{:class => 'center'}= pool.statistics[:instances_failed_count] instead of: %td{:class => 'center'}= pool.statistics[:instances_failed]
*** This bug has been marked as a duplicate of bug 782336 ***
looks like a dupe of the above bug.. please verify that.. if its a diff issue.. please reopen