YARN-8188. RM Nodes UI data table index for sorting column need to be corrected post Application tags display. Contributed by Weiwei Yang.
This commit is contained in:
parent
bbc8dfcb8b
commit
7ac0abdc13
@ -235,7 +235,7 @@ private String nodesTableInit() {
|
||||
.append(", aoColumnDefs: [");
|
||||
b.append("{'bSearchable': false, 'aTargets': [ 7 ]}");
|
||||
b.append(", {'sType': 'title-numeric', 'bSearchable': false, "
|
||||
+ "'aTargets': [ 8, 9 ] }");
|
||||
+ "'aTargets': [ 9, 10 ] }");
|
||||
b.append(", {'sType': 'title-numeric', 'aTargets': [ 5 ]}");
|
||||
b.append("]}");
|
||||
return b.toString();
|
||||
|
Loading…
Reference in New Issue
Block a user