Comment 4 for bug 1418430

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

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

commit 25312e8a46572c254ea5b65189456085d43ad52e
Author: Lucas Palm <email address hidden>
Date: Tue Jan 12 11:09:58 2016 -0600

    Add the max value to the tooltip for the "Items per Page" field

    Currently, the tooltip for the "Items per Page" field on the User
    Settings page does not show the maximum value that the field could be.
    Instead, the user must first enter the invalid value, only to receive an
    error notification that then shows the max value that the field will
    accept.

    To resolve this issue, the maximum value is displayed along with the
    other help text in the tooltip. The maximum value has a default value
    of 1000 unless set otherwise.

    Change-Id: I267cb5ac067f7f0b27224ca8dbba0c8e19199477
    Closes-Bug: #1418430