pgAdmin 4 commit: Configuration page added to change port, python and a

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Configuration page added to change port, python and a
Date: 2019-04-11 11:32:09
Message-ID: E1hEXw9-0007ZS-C3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Configuration page added to change port, python and app paths.

Branch
------
electron2

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

Modified Files
--------------
electron/package.json | 3 +
electron/src/configure_store.js | 65 ++++++++
electron/src/configure_ui.html | 68 ++++++++
electron/src/configure_ui.js | 47 ++++++
electron/src/index.js | 277 +++++++++++++++++++++++--------
electron/src/{index.html => loader.html} | 0
electron/yarn.lock | 12 ++
7 files changed, 402 insertions(+), 70 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-04-11 12:51:45 pgAdmin 4 commit: Update French translation.
Previous Message Murtuza Zabuawala 2019-04-11 11:20:52 [pgAdmin4] Add API tests for Download CSV route in query tool