mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-02 09:29:29 -05:00
Ensure that table statistics are sorted by size. #5564
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user