Comment 4 for bug 1431364

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

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

commit bd3ec44a46e9c11579dc035aacc37138d15c9e91
Author: Ganesh Narayanan <email address hidden>
Date: Wed Apr 15 07:09:33 2015 -0700

    Added more details to items per page help text

    "Items per page" value setting is applicable only to those pages
    that have API supported pagination. For example, if "Items per page"
    value is set to say "3" and if we go to Admin > Identity Panel > Users
    page, more than "3" items will be displayed if present. This is
    confusing to users. So as part of this commit, the help text is modified
    to reflect this limitation.

    Change-Id: Ibbd4771829f0c312134eb275c797780be2b78410
    Closes-Bug: 1431364