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

Поиск
Список
Период
Сортировка
От Murtuza Zabuawala
Тема [pgadmin-hackers] [PATCH][pgAdmin4] Move Bootstrap fonts to 'vendor/fonts' folder
Дата
Msg-id CAKKotZSkub48g0Dku63m8iV10TkAXKi6=pyb00x1f+XEvV_bpw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgadmin-hackers] [PATCH][pgAdmin4] Move Bootstrap fonts to'vendor/fonts' folder
Список 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

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Various fixes and cleanups to the Windows buildscrip
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] Patch from RM1983 [pgAdmin4]