Преглед изворни кода

HDFS-17122. Rectify the table length discrepancy in the DataNode UI (#5915)

zhtttylz пре 1 година
родитељ
комит
600dd45e47
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.js

+ 1 - 0
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.js

@@ -378,6 +378,7 @@
                 });
             }
           });
+          $("#table-datanodes").width('100%');
           renderHistogram(data);
           $('#ui-tabs a[href="#tab-datanode"]').tab('show');
         });