HDFS-12424. Datatable sorting on the Datanode Information page in the Namenode UI is broken. Contributed by Shawna Martell.
This commit is contained in:
parent
08b98149e1
commit
78bdf10ae4
|
@ -331,12 +331,12 @@
|
||||||
'columns': [
|
'columns': [
|
||||||
{ 'orderDataType': 'ng-value', 'searchable': true },
|
{ 'orderDataType': 'ng-value', 'searchable': true },
|
||||||
{ 'orderDataType': 'ng-value', 'searchable': true },
|
{ 'orderDataType': 'ng-value', 'searchable': true },
|
||||||
{ 'orderDataType': 'ng-value', 'type': 'numeric' },
|
{ 'orderDataType': 'ng-value', 'type': 'num' },
|
||||||
{ 'orderDataType': 'ng-value', 'type': 'numeric' },
|
{ 'orderDataType': 'ng-value', 'type': 'num' },
|
||||||
{ 'orderDataType': 'ng-value', 'type': 'numeric' },
|
{ 'orderDataType': 'ng-value', 'type': 'num' },
|
||||||
{ 'orderData': 3, 'type': 'numeric' },
|
{ 'type': 'num' },
|
||||||
{ 'orderDataType': 'ng-value', 'type': 'numeric'},
|
{ 'orderDataType': 'ng-value', 'type': 'num'},
|
||||||
{ 'orderData': 5 }
|
{ 'type': 'string' }
|
||||||
]});
|
]});
|
||||||
renderHistogram(data);
|
renderHistogram(data);
|
||||||
$('#ui-tabs a[href="#tab-datanode"]').tab('show');
|
$('#ui-tabs a[href="#tab-datanode"]').tab('show');
|
||||||
|
|
Loading…
Reference in New Issue