Skip to content

Commit

Permalink
HBASE-29037 Backport missing UI patches to branch-2 (#6551)
Browse files Browse the repository at this point in the history
* HBASE-24624 Optimize table.jsp code (#1963)

Signed-off-by: Guangxu Cheng <[email protected]>
(cherry picked from commit 9ad16aa)

* HBASE-25402 Sorting order by start key or end key is not considering empty start key/end key (#2955)

Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Pankaj Kumar<[email protected]>
(cherry picked from commit 157200e)

* HBASE-28778 NPE may occur when opening master-status or table.jsp or procedure.jsp while Master is initializing (#6152)

Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 3caaf2d)

* HBASE-20452 Master UI: Table merge button should validate required fields before submit

Signed-off-by: tedyu <[email protected]>
(cherry picked from commit 6ce1136)

---------
Co-authored-by: xincunSong <[email protected]>
Co-authored-by: Akshay Sudheer <[email protected]>
Co-authored-by: Peng Lu <[email protected]>
Co-authored-by: Nihal Jain <[email protected]>

Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Nihal Jain <[email protected]>
  • Loading branch information
PDavid authored Dec 24, 2024
1 parent b8303e9 commit cd6f224
Show file tree
Hide file tree
Showing 2 changed files with 886 additions and 930 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,12 @@ $(document).ready(function()
type: "numeric"
});

$("#baseStatsTable").tablesorter();
$("#baseStatsTable").tablesorter({
headers: {
1: {empty: 'emptyMin'},
2: {empty: 'emptyMax'}
}
});
$("#requestStatsTable").tablesorter({
headers: {
1: {sorter: 'separator'},
Expand Down
Loading

0 comments on commit cd6f224

Please sign in to comment.