freeipa-webui
freeipa-webui copied to clipboard
Paginate function uses wrong ending index
Javascript slice() function does not include the ending index. In paginate() we assume that it does, and it's always one index short of the desired result.