pgAdmin 4 commit: Factor out client side settings functions into their

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Factor out client side settings functions into their
Дата
Msg-id E1YLZYp-00008j-AK@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Factor out client side settings functions into their own JS file,
and add additional variations for getting ints, floats and bools.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/templates/browser/body.html |   26 ++-----------
web/pgadmin/static/js/main.js                   |    1 -
web/pgadmin/templates/base.html                 |    4 +-
web/pgadmin/templates/js/settings.js            |   47 +++++++++++++++++++++++
4 files changed, 54 insertions(+), 24 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Allow multiple settings to be stored at once to avoid
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Use minified output when not in debug mode, and non-m