]
David virgil naranjo updated OVERLORD-140:
------------------------------------------
Git Pull Request:
Ensure consistent fav icon for all overlord apps
------------------------------------------------
Key: OVERLORD-140
URL:
https://issues.jboss.org/browse/OVERLORD-140
Project: Overlord
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Reporter: Eric Wittmann
Assignee: David virgil naranjo
Ensure that all UI apps (s-ramp, dtgov, rtgov) share a common favicon. Presumably we
should use the overlord icon currently included in overlord-commons-uiheader. This can be
accomplished by simply including this markup in the gwt host page:
{code}
<link rel="icon" type="image/png"
href="images/favicon.png"></link>
{code}