[pgadmin-hackers] pgAdmin 4 commit: Move Bootstrap files into the distribution format. - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Move Bootstrap files into the distribution format.
Date
Msg-id E1cnih6-00030B-3q@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(+)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] pgAdmin 4 commit: Remove \n in translation thatwas causing a syntax er
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [PATCH][pgAdmin4] Move Bootstrap fonts to'vendor/fonts' folder