]
RH Bugzilla Integration commented on OVERLORD-140:
--------------------------------------------------
Eric Wittmann <eric.wittmann(a)redhat.com> changed the Status of [bug
Ensure consistent fav icon for all overlord apps
------------------------------------------------
Key: OVERLORD-140
URL:
https://issues.jboss.org/browse/OVERLORD-140
Project: Overlord
Issue Type: Enhancement
Reporter: Eric Wittmann
Assignee: David virgil naranjo
Fix For: Overlord-Commons-2.0.9.Final
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}