-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LIVY-352. Web UI. Added pagination by updating to use JQuery DataTables #326
Conversation
Codecov Report
@@ Coverage Diff @@
## master #326 +/- ##
============================================
- Coverage 70.67% 70.63% -0.05%
+ Complexity 716 715 -1
============================================
Files 96 96
Lines 5084 5087 +3
Branches 746 746
============================================
Hits 3593 3593
- Misses 992 997 +5
+ Partials 499 497 -2
Continue to review full report at Codecov.
|
@jerryshao could you also review this too? |
Sorry I'm not familiar with JQuery, trying to understand it 😄 . LGTM from my poor knowledge of JS. |
Hi @ajbozarth , sorry for the delay, can you submit this PR against https://github.com/apache/incubator-livy, thanks. |
Moved to apache/incubator-livy#3 |
PR moved from old repo cloudera/livy#326 [LIVY-352](https://issues.cloudera.org/browse/LIVY-352) Followup to cloudera/livy#319 adding pagination and search by switching to use jQuery DataTables like the Spark Web UI.     Author: Alex Bozarth <ajbozart@us.ibm.com> Closes #3 from ajbozarth/ui-pagination.
PR moved from old repo cloudera/livy#326 [LIVY-352](https://issues.cloudera.org/browse/LIVY-352) Followup to cloudera/livy#319 adding pagination and search by switching to use jQuery DataTables like the Spark Web UI.     Author: Alex Bozarth <ajbozart@us.ibm.com> Closes apache#3 from ajbozarth/ui-pagination.
LIVY-352
Followup to #319 adding pagination and search by switching to use jQuery DataTables like the Spark Web UI.