Обсуждение: pgAdmin 4 commit: Move the JS code for the main browser out of the HTML

Поиск
Список
Период
Сортировка

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

От
Dave Page
Дата:
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(-)