[pgadmin-hackers] [PATCH][pgAdmin4] Move Bootstrap fonts to 'vendor/fonts' folder - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject [pgadmin-hackers] [PATCH][pgAdmin4] Move Bootstrap fonts to 'vendor/fonts' folder
Date
Msg-id CAKKotZSkub48g0Dku63m8iV10TkAXKi6=pyb00x1f+XEvV_bpw@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers] [PATCH][pgAdmin4] Move Bootstrap fonts to'vendor/fonts' folder
List pgadmin-hackers
Hi,

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

murtuza@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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Various fixes and cleanups to the Windows buildscrip
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] Patch from RM1983 [pgAdmin4]