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:
Sunil G 2018-04-25 14:57:16 +05:30 committed by Owen O'Malley
parent bbc8dfcb8b
commit 7ac0abdc13

View File

@ -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();