HDFS-12424. Datatable sorting on the Datanode Information page in the Namenode UI is broken. Contributed by Shawna Martell.

This commit is contained in:
Kihwal Lee 2017-09-15 13:16:43 -05:00
parent 584cd134e8
commit 9e9e36fa70
1 changed files with 5 additions and 5 deletions

View File

@ -324,11 +324,11 @@
'columns': [
{ 'orderDataType': 'ng-value', 'searchable': true },
{ 'orderDataType': 'ng-value', 'searchable': true },
{ 'orderDataType': 'ng-value', 'type': 'numeric' },
{ 'orderDataType': 'ng-value', 'type': 'numeric' },
{ 'orderData': 3, 'type': 'numeric' },
{ 'orderDataType': 'ng-value', 'type': 'numeric'},
{ 'orderData': 5 }
{ 'orderDataType': 'ng-value', 'type': 'num' },
{ 'orderDataType': 'ng-value', 'type': 'num' },
{ 'type': 'num' },
{ 'orderDataType': 'ng-value', 'type': 'num'},
{ 'type': 'string' }
]});
renderHistogram(data);
$('#ui-tabs a[href="#tab-datanode"]').tab('show');