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:
Sunil G 2018-04-25 14:57:16 +05:30
parent 999ea44b9f
commit 44d28692a8
1 changed files with 1 additions and 1 deletions

View File

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