mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 23:54:09 -06:00
Ensure that table statistics are sorted by size. #5564
This commit is contained in:
parent
be011a4f3d
commit
2fca1033a0
@ -57,7 +57,7 @@ function getColumn(data, singleLineStatistics) {
|
||||
if (!singleLineStatistics) {
|
||||
if (!_.isUndefined(data)) {
|
||||
data.forEach((row) => {
|
||||
if (row.name == 'Size') {
|
||||
if (row.name == gettext('Total Size')) {
|
||||
column = {
|
||||
Header: row.name,
|
||||
accessor: row.name,
|
||||
|
Loading…
Reference in New Issue
Block a user