From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Add a base template with Bootstrap and jQuery ready t |
Date: | 2015-01-20 17:02:35 |
Message-ID: | E1YDcCJ-0004Je-8e@gothos.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2015-01-21 12:00:28 | pgAdmin 4 commit: Use Python docsctrings |
Previous Message | Dave Page | 2015-01-20 13:58:24 | pgAdmin 4 commit: Enable templates and static files in the utils module |