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

This commit is contained in:
zhtttylz 2023-08-04 13:07:19 +08:00 committed by GitHub
parent 35af8b9d02
commit 600dd45e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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