GitHub user kkhatua opened a pull request: https://github.com/apache/drill/pull/1029
DRILL-5867: List profiles in pages rather than a long verbose listing Leverage existing DataTables libraries to paginate a long pre-fetched list of profiles for listing. Added benefit of querying through that list (search field) is also available for a user Minor change made to the display text for prefetching of profiles (DRILL-5259) so that it is not confused with what this commit adds to the UI. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkhatua/drill DRILL-5867 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/1029.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1029 ---- commit 68d09a506d37134b660437260ef0fd4ca5ce3f9d Author: Kunal Khatua <kkha...@maprtech.com> Date: 2017-11-09T02:17:19Z DRILL-5867: List profiles in pages rather than a long verbose listing Leverage existing DataTables libraries to paginate a long pre-fetched list of profiles for listing. Added benefit of querying through that list (search field) is also available for a user Minor change made to the display text for prefetching of profiles (DRILL-5259) so that it is not confused with what this commit adds to the UI. ---- ---