Becky Siegel 8b3e97f3c8 Fix next button on gr-admin-project-list
Previously, the logic assumed that the API request would fetch all
projects, not just the current page. In order to properly display the
next button, modify the API request to ask for one result than wanted,
but only display the original number desired. If the full amount + 1 is
returned, there should be a next button.

Change-Id: I67c6fb9cd6009220a1d9ac24fe4506bd6383428e
2017-05-26 09:59:32 -07:00
..