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(-)