diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.js b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.js index b785274f4df..de62622e3d2 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.js +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.js @@ -331,12 +331,12 @@ 'columns': [ { 'orderDataType': 'ng-value', 'searchable': true }, { 'orderDataType': 'ng-value', 'searchable': true }, - { 'orderDataType': 'ng-value', 'type': 'numeric' }, - { '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' }, + { 'orderDataType': 'ng-value', 'type': 'num' }, + { 'type': 'num' }, + { 'orderDataType': 'ng-value', 'type': 'num'}, + { 'type': 'string' } ]}); renderHistogram(data); $('#ui-tabs a[href="#tab-datanode"]').tab('show');