Comment 5 for bug 1480106

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

Reviewed: https://review.openstack.org/207549
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=3f126c08e993cf60098a2e2dcf9745859198d848
Submitter: Jenkins
Branch: master

commit 3f126c08e993cf60098a2e2dcf9745859198d848
Author: Rajat Vig <email address hidden>
Date: Mon Oct 5 09:44:51 2015 -0700

    Move humanize and truncate to horizon.quota.js

    The functions humanize and truncate from horizon.utils
    module are only used in horizon.quota.
    This moves them over there and removes them the module.

    This was inspired off comments in
    https://review.openstack.org/#/c/199345

    Co-Authored-By: Kyle Olivo<email address hidden>
    Co-Authored-By: Richard Jones <email address hidden>
    Change-Id: I48cf59cde7a673a19aa532b6515cdebf6f9d3638
    Closes-Bug: #1480106