pgAdmin 4 commit: Render browser settings into the template rather than - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Render browser settings into the template rather than
Date
Msg-id E1YLrIJ-00045a-FZ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Render browser settings into the template rather than using synchronous AJAX calls to get them.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4c29f4385fb60b3411ba96471eb7c9b5ee14ec20

Modified Files
--------------
web/pgadmin/browser/templates/browser/body.html |   14 +++-------
web/pgadmin/browser/views.py                    |   12 ++++++--
web/pgadmin/templates/js/settings.js            |   34 -----------------------
3 files changed, 14 insertions(+), 46 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Use minified output when not in debug mode, and non-m
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Render settings related JS from the settings blueprin