pgAdmin 4 commit: Move Bootstrap files into the distribution format.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Move Bootstrap files into the distribution format.
Date: 2017-03-14 09:24:40
Message-ID: E1cnih6-00030B-3q@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Move Bootstrap files into the distribution format.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cc4c5571225375e8c8ae59fc31339b63dd6a79ea
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../vendor/bootstrap/css/bootstrap-theme.css | 587 ++
.../vendor/bootstrap/css/bootstrap-theme.css.map | 1 +
.../vendor/bootstrap/css/bootstrap-theme.min.css | 6 +
.../bootstrap/css/bootstrap-theme.min.css.map | 1 +
.../static/vendor/bootstrap/css/bootstrap.css | 6757 ++++++++++++++++++++
.../static/vendor/bootstrap/css/bootstrap.css.map | 1 +
.../static/vendor/bootstrap/css/bootstrap.min.css | 6 +
.../vendor/bootstrap/css/bootstrap.min.css.map | 1 +
.../fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes
.../fonts/glyphicons-halflings-regular.svg | 288 +
.../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes
.../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes
.../fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes
.../static/vendor/bootstrap/js/bootstrap.js | 2377 +++++++
.../static/vendor/bootstrap/js/bootstrap.min.js | 7 +
15 files changed, 10032 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-14 09:25:58 Re: [PATCH][pgAdmin4] Move Bootstrap fonts to 'vendor/fonts' folder
Previous Message Dave Page 2017-03-14 09:09:16 Re: pgAdmin 4 commit: Remove \n in translation that was causing a syntax er