GitHub user revans2 opened a pull request:
https://github.com/apache/storm/pull/328
[STORM-570] replace table sorter with data table. Also upraded several ...
...javascript libraries to latest versions to make integration simpler.
I know this is kind of a lot. I upgraded to the latest version of several
libraries including jquery and bootstrap. Then I replaced table sorter with
Data Table and a prebuild bootstrap integration. I configured all of the
tables to use DataTable. I enabled pagination and filtering for the tables
that make since, and added state storage for all tables. The main index's
state is stored in HTML5 local storage, but the other pages have is stored in
the HTML 5 SessionStorage so that they are cleaned up eventually, but can
remain specific to the topology/component.
The UI looks a bit different, mostly because the default theme for
bootstrap changed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/revans2/incubator-storm STORM-570
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/328.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 #328
----
commit 5d41020084d625c157966719526cef2e4670f9c1
Author: Robert (Bobby) Evans <[email protected]>
Date: 2014-11-24T16:21:43Z
[STORM-570] replace table sorter with data table. Also upraded several
javascript libraries to latest versions to make integration simpler.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---