Bug 783181 - pool family pools tab shows ruby object instead of number of failed instances
Summary: pool family pools tab shows ruby object instead of number of failed instances
Keywords:
Status: CLOSED DUPLICATE of bug 782336
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-conductor
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
Assignee: Angus Thomas
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-19 15:48 UTC by Jan Provaznik
Modified: 2012-01-19 16:22 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-19 16:22:11 UTC


Attachments (Terms of Use)

Description Jan Provaznik 2012-01-19 15:48:56 UTC
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]

Comment 1 wes hayutin 2012-01-19 16:22:11 UTC

*** This bug has been marked as a duplicate of bug 782336 ***

Comment 2 wes hayutin 2012-01-19 16:22:42 UTC
looks like a dupe of the above bug.. please verify that.. if its a diff issue.. please reopen


Note You need to log in before you can comment on or make changes to this bug.