Skip to content

Commit 5d9a6ed

Browse files
HBASE-25367 Sort broken after Change 'State time' in UI (#2964)
Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Pankaj Kumar<[email protected]>
1 parent a4eb1aa commit 5d9a6ed

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ AssignmentManager assignmentManager = master.getAssignmentManager();
410410

411411
<script src="/static/js/jquery.min.js" type="text/javascript"></script>
412412
<script src="/static/js/jquery.tablesorter.min.js" type="text/javascript"></script>
413+
<script src="/static/js/parser-date-iso8601.min.js" type="text/javascript"></script>
413414
<script src="/static/js/bootstrap.min.js" type="text/javascript"></script>
414415
<script src="/static/js/tab.js" type="text/javascript"></script>
415416
<script src="/static/js/jqSpager.js" type="text/javascript"></script>

hbase-server/src/main/resources/hbase-webapps/static/js/parser-date-iso8601.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,7 @@
918918
<!-- MIT https://jquery.org/license -->
919919
<exclude>**/jquery.min.js</exclude>
920920
<exclude>**/jquery.tablesorter.min.js</exclude>
921+
<exclude>**/parser-date-iso8601.min.js</exclude>
921922
<!-- MIT: bootstrap -->
922923
<exclude>**/src/main/resources/hbase-webapps/static/*/bootstrap*</exclude>
923924
<!-- vector graphics -->

0 commit comments

Comments
 (0)