Comment 8 for bug 1384446

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/137593
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=12f57f65a8572e981bd27676ee89b30e2202c07c
Submitter: Jenkins
Branch: master

commit 12f57f65a8572e981bd27676ee89b30e2202c07c
Author: Sam Betts <email address hidden>
Date: Thu Nov 27 10:35:06 2014 +0000

    Show up to 1 decimal place for instance detail RAM

    The current instance details page rounds the amount of RAM to the
    nearest integer, which at GB and TB levels does not provide enough
    fidelity to be useful, this patch allows the page to display up to one
    decimal place if it is required, by changing the filter applied in the
    template from mbformat to mb_float_format.

    Change-Id: Ida97e83285b64ac6b08260f78f31c69dc37009b0
    Closes-Bug: 1384446