pgAdmin 4 commit: Ensure size stats are prettified on the statisticsta - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure size stats are prettified on the statisticsta
Date
Msg-id E1gwUuO-0005Wj-OC@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure size stats are prettified on the statistics tab when the UI language != English. Fixes #3096

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e5598038fa655b90fc2c386e145e10b65ecae0a2

Modified Files
--------------
docs/en_US/release_notes_4_3.rst                             |  1 +
.../exclusion_constraint/static/js/exclusion_constraint.js   |  2 +-
.../constraints/index_constraint/static/js/primary_key.js    |  2 +-
.../index_constraint/static/js/unique_constraint.js          |  2 +-
.../databases/schemas/tables/indexes/static/js/index.js      |  4 ++--
.../schemas/tables/partitions/static/js/partition.js         |  6 +++---
.../servers/databases/schemas/tables/static/js/table.js      | 12 ++++++------
.../server_groups/servers/databases/static/js/database.js    |  4 ++--
.../servers/tablespaces/static/js/tablespace.js              |  4 ++--
9 files changed, 19 insertions(+), 18 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Include multiple versions of the PG utilties inconta
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Update CodeMirror to 5.43.0 to resolve issues withau