pgAdmin 4 commit: Add a base template with Bootstrap and jQuery ready t

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add a base template with Bootstrap and jQuery ready t
Дата
Msg-id E1YDcCJ-0004Je-8e@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add a base template with Bootstrap and jQuery ready to go.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/static/css/bootstrap-theme.css         |  470 ++
web/pgadmin/static/css/bootstrap-theme.css.map     |    1 +
web/pgadmin/static/css/bootstrap-theme.min.css     |    5 +
web/pgadmin/static/css/bootstrap.css               | 6332 ++++++++++++++++++++
web/pgadmin/static/css/bootstrap.css.map           |    1 +
web/pgadmin/static/css/bootstrap.min.css           |    5 +
web/pgadmin/static/css/main.css                    |   22 +
web/pgadmin/static/css/overrides.css               |    2 +
.../static/fonts/glyphicons-halflings-regular.eot  |  Bin 0 -> 20335 bytes
.../static/fonts/glyphicons-halflings-regular.svg  |  229 +
.../static/fonts/glyphicons-halflings-regular.ttf  |  Bin 0 -> 41280 bytes
.../static/fonts/glyphicons-halflings-regular.woff |  Bin 0 -> 23320 bytes
web/pgadmin/static/js/main.js                      |    1 +
web/pgadmin/static/js/vendor/bootstrap.js          | 2320 +++++++
web/pgadmin/static/js/vendor/bootstrap.min.js      |    7 +
web/pgadmin/static/js/vendor/jquery-1.11.1.min.js  |    4 +
.../js/vendor/modernizr-2.6.2-respond-1.1.0.min.js |   11 +
web/pgadmin/static/js/vendor/npm.js                |   13 +
web/pgadmin/templates/base.html                    |   41 +
19 files changed, 9464 insertions(+)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Enable templates and static files in the utils module
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: No need for content here now.