-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OO based datatable rendering support (#219)
* wip datatable * wip for datatables * wip * wip * Add URL building * add search * wire up filters * work in progress, get spec api going * get search and filter params working * start with no results found page * start cleaning up * work on pager * finish pager * cleanup * update reference template * start cleaning up * cleanup * final cleanup * cleanup and fix test * fix failing test * Update Clusters datatable to use new framework * fix test cases * fix test cases * update changelog
- Loading branch information
Showing
31 changed files
with
1,606 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ FROM openjdk:8-jre-alpine | |
MAINTAINER SourceLab.org <[email protected]> | ||
|
||
## Define what version of Kafka Webview to build the image using. | ||
ENV WEBVIEW_VER="2.5.0" \ | ||
WEBVIEW_SHA1="00a8db474ba2c584c5a473c8ca9acbd0259c01de" \ | ||
ENV WEBVIEW_VER="2.5.1" \ | ||
WEBVIEW_SHA1="f36027aa489ae08975b84882641e3fcd6f8102f6" \ | ||
WEBVIEW_HOME="/app" | ||
|
||
# Create app and data directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.