mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolved the logo issue.
For some unknown reason, font-mfizz was showing the slonik icon in italic. Even after upgrading it to the latest version of font-mfizz, the problem was not resolved. So - instead of using the vector font, using the PostgreSQL SVG logo as the application icon, and documentation link on dashboard now.
This commit is contained in:
@@ -35,7 +35,7 @@ from pgadmin.utils import env, IS_PY2, IS_WIN, fs_short_path
|
|||||||
|
|
||||||
# Name of the application to display in the UI
|
# Name of the application to display in the UI
|
||||||
APP_NAME = 'pgAdmin 4'
|
APP_NAME = 'pgAdmin 4'
|
||||||
APP_ICON = 'icon-postgres-alt'
|
APP_ICON = 'pg-icon'
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Application settings
|
# Application settings
|
||||||
|
|||||||
@@ -62,7 +62,6 @@
|
|||||||
"exports-loader": "~0.6.4",
|
"exports-loader": "~0.6.4",
|
||||||
"flotr2": "^0.1.0",
|
"flotr2": "^0.1.0",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"font-mfizz": "^2.4.1",
|
|
||||||
"hard-source-webpack-plugin": "^0.4.9",
|
"hard-source-webpack-plugin": "^0.4.9",
|
||||||
"immutability-helper": "^2.2.0",
|
"immutability-helper": "^2.2.0",
|
||||||
"imports-loader": "^0.7.1",
|
"imports-loader": "^0.7.1",
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-3 dashboard-link">
|
<div class="col-xs-3 dashboard-link">
|
||||||
<a href="http://www.postgresql.org/docs" target="_new">
|
<a href="http://www.postgresql.org/docs" target="_new">
|
||||||
<span class="fa fa-4x dashboard-icon icon-postgres" aria-hidden="true"></span><br/>
|
<span class="fa fa-4x dashboard-icon dashboard-pg-doc" aria-hidden="true"></span><br/>
|
||||||
{{ _('PostgreSQL Documentation') }}
|
{{ _('PostgreSQL Documentation') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -2899,10 +2899,6 @@ font-awesome@^4.7.0:
|
|||||||
version "4.7.0"
|
version "4.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133"
|
resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133"
|
||||||
|
|
||||||
font-mfizz@^2.4.1:
|
|
||||||
version "2.4.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/font-mfizz/-/font-mfizz-2.4.1.tgz#f2921705ab75c0f095df2a088e2d42811d98e49b"
|
|
||||||
|
|
||||||
for-in@^0.1.3:
|
for-in@^0.1.3:
|
||||||
version "0.1.8"
|
version "0.1.8"
|
||||||
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"
|
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"
|
||||||
|
|||||||
Reference in New Issue
Block a user