YARN-8188. RM Nodes UI data table index for sorting column need to be corrected post Application tags display. Contributed by Weiwei Yang.
(cherry picked from commit 626690612cd0957316628376744a8be62f891665)
This commit is contained in:
parent
999ea44b9f
commit
44d28692a8
|
@ -235,7 +235,7 @@ class NodesPage extends RmView {
|
|||
.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