public inbox for [email protected]  
help / color / mirror / Atom feed
PATCH: Patch to fix favicon in virtual root (pgAdmin4)
2+ messages / 2 participants
[nested] [flat]

* PATCH: Patch to fix favicon in virtual root (pgAdmin4)
@ 2016-09-22 08:39  Murtuza Zabuawala <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Murtuza Zabuawala @ 2016-09-22 08:39 UTC (permalink / raw)
  To: pgadmin-hackers

Hi,

PFA patch to add favicon in base template for proper reference.
RM#1692

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


-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Attachments:

  [application/octet-stream] RM_1692.patch (627B, 3-RM_1692.patch)
  download | inline diff:
diff --git a/web/pgadmin/templates/base.html b/web/pgadmin/templates/base.html
index ba644f5..cc9279d 100755
--- a/web/pgadmin/templates/base.html
+++ b/web/pgadmin/templates/base.html
@@ -17,6 +17,8 @@
     <meta name="dcterms.rightsHolder" content="The pgAdmin Development Team">
     <meta name="dcterms.rights" content="All rights reserved">
     <meta name="dcterms.dateCopyrighted" content="2014 - 2015">
+    <!-- To set pgAdmin4 shortcut icon in browser -->
+    <link rel="shortcut icon" href="{{ url_for('redirects.favicon') }}"/>
 
     <!-- Base template stylesheets -->
     <link type="text/css" rel="stylesheet"


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: PATCH: Patch to fix favicon in virtual root (pgAdmin4)
@ 2016-09-22 12:11  Dave Page <[email protected]>
  parent: Murtuza Zabuawala <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Dave Page @ 2016-09-22 12:11 UTC (permalink / raw)
  To: Murtuza Zabuawala <[email protected]>; +Cc: pgadmin-hackers

Thanks, committed.

On Thu, Sep 22, 2016 at 9:39 AM, Murtuza Zabuawala
<[email protected]> wrote:
> Hi,
>
> PFA patch to add favicon in base template for proper reference.
> RM#1692
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers




^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2016-09-22 12:11 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2016-09-22 08:39 PATCH: Patch to fix favicon in virtual root (pgAdmin4) Murtuza Zabuawala <[email protected]>
2016-09-22 12:11 ` Dave Page <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox