Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1382104

Summary: Satellite needs a new header logo
Product: Red Hat Satellite Reporter: Shimon Shtein <sshtein>
Component: BrandingAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.3.0CC: bbuckingham, bkearney, inecas, jcallaha
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-16 18:31:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Shimon Shtein 2016-10-05 18:30:59 UTC
Description of problem:
Instead of satellite logo, there is foreman logo in the header.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Login to the system.
2.
3.

Actual results:
Foreman logo in the header area


Expected results:
Satellite logo in the header area.


Additional info:
In 1.13 Foreman switched from header_logo.png to header_logo.svg. We need to replace Satellite's header_logo.png with a new header_logo.svg in the theme.

Comment 2 Ivan Necas 2016-11-28 12:45:44 UTC
can't we just change the header_logo.svg to header_logo.png?, how much effort it would be?

Comment 3 Shimon Shtein 2016-11-28 13:15:35 UTC
The theme works as an interceptor - it intercepts a request for a resource, and serves it instead of the original one.
In upstream foreman the HTML has header_logo.svg encoded, so that would be the resource being asked for.

We can do one of the following:
1. Create a new header_logo.svg (preferable solution)
2. Rename downstream header_logo.png to *.svg (hopefully the browser won't get confused)
3. Create a special deface rule for the header_logo.svg image and replace it with *.png version.
4. Rename the image in the downstream source (the least recommended option)

Comment 4 Bryan Kearney 2016-12-16 18:31:21 UTC
Check out 1157834. This has the SVG in it. The PR has been moved to 1.14, so we can address it when that is pulled downstream.

*** This bug has been marked as a duplicate of bug 1157834 ***