[PATCH][pgAdmin4] Move Bootstrap fonts to 'vendor/fonts' folder

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [PATCH][pgAdmin4] Move Bootstrap fonts to 'vendor/fonts' folder
Date: 2017-02-28 13:32:50
Message-ID: CAKKotZSkub48g0Dku63m8iV10TkAXKi6=pyb00x1f+XEvV_bpw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to move bootstrap fonts to 'vender/fonts' folder as bootstrap.css
looking for them as

murtuza(at)vm:~/projects/pgadmin4$ grep -nr 'glyphicons'
*web/pgadmin/static/vendor/bootstrap/bootstrap.css:270:
src: *url('../fonts/glyphicons-halflings-regular.eot')*;

web/pgadmin/static/vendor/bootstrap/bootstrap.css:271: src:
url('../fonts/glyphicons-halflings-regular.eot?#iefix')
format('embedded-opentype'),
url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
*url('../fonts/glyphicons-halflings-regular.ttf')* format('truetype'),
url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
format('svg');

Also removed console.log from pgAgent node JS.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
move_bootstrp_fonts.diff text/plain 217.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-28 13:36:38 Re: Patch from RM1983 [pgAdmin4]
Previous Message Dave Page 2017-02-28 13:04:04 pgAdmin 4 commit: Various fixes and cleanups to the Windows build scrip