pgAdmin 4 commit: Ensure size stats are prettified on the statistics ta

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure size stats are prettified on the statistics ta
Date: 2019-02-20 16:39:44
Message-ID: E1gwUuO-0005Wj-OC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-21 10:57:49 pgAdmin 4 commit: Update CodeMirror to 5.43.0 to resolve issues with au
Previous Message Dave Page 2019-02-20 15:17:20 pgAdmin 4 commit: Include multiple versions of the PG utilties in conta