pgAdmin 4 commit: Move the JS code for the main browser out of the HTML

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Move the JS code for the main browser out of the HTML
Date: 2015-02-23 10:52:18
Message-ID: E1YPqcc-0002Fc-E6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Move the JS code for the main browser out of the HTML template
and into the browser.js view.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/templates/browser/body.html | 120 -------------------
.../browser/templates/browser/js/browser.js | 121 ++++++++++++++++++++
web/pgadmin/browser/views.py | 22 ++--
3 files changed, 133 insertions(+), 130 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Prasad 2015-02-23 21:55:59 Patch for know bug
Previous Message Dave Page 2015-02-19 03:06:52 pgAdmin 4 commit: Add a context menu to the treeview, with options to d