Comment 2 for bug 1287931

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to horizon (master)

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

commit cd667c81b4368bc6e36b139d3d89ce7e4bb106fd
Author: Rob Raymond <email address hidden>
Date: Tue Mar 4 15:18:51 2014 -0700

    Tell users when there is no data available in Daily Report

    Here is the text from the bug:
    If there is no metering data from the period selected,
    user sees panel with no tables. It would be nicer to tell user that this is because there is no data to show.

    The Daily Report displays one table per project. Since there is no data, then there are no tables.
    This change displays the string "No data available" in this situation. This is the same
    behavior as the Stats tab in the same Resouce Utilization Panel.

    Change-Id: I15a5e029ec97d77c95c2567e8ba4493623952de7
    Closes-bug: #1287931