Bug 1693757
| Summary: | [RFE] possibility to hide Red Hat CloudForms Engine text in top left Corner of OPs and SUI | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | UI - OPS | Assignee: | Allen W <awight> |
| Status: | CLOSED ERRATA | QA Contact: | Angelina Vasileva <anikifor> |
| Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | medium | ||
| Version: | 5.8.0 | CC: | anikifor, awight, bmidwood, cbolz, dhalasz, dmetzger, ewinchel, hkataria, jhardy, lavenel, ldixon, mpovolny, obarenbo, simaishi |
| Target Milestone: | GA | Keywords: | FutureFeature, ZStream |
| Target Release: | 5.10.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.10.3.0 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1471301 | Environment: | |
| Last Closed: | 2019-04-23 07:46:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | CFME Core | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1471301 | ||
| Bug Blocks: | |||
|
Comment 2
CFME Bot
2019-03-29 17:43:39 UTC
New commit detected on ManageIQ/manageiq-ui-service/hammer: https://github.com/ManageIQ/manageiq-ui-service/commit/dbb82f6020e0dfd7b66ef139f0b4ce83f4e6b96c commit dbb82f6020e0dfd7b66ef139f0b4ce83f4e6b96c Author: Martin Hradil <himdel> AuthorDate: Fri Jan 4 08:09:11 2019 -0500 Commit: Martin Hradil <himdel> CommitDate: Fri Jan 4 08:09:11 2019 -0500 Merge pull request #1513 from AllenBW/BZ/#1471301_ref-hide-top-left-brand BZ#1471301 - Login/nav brand and logo are set by api (cherry picked from commit c385bad4fdfcd2f397dfded662201ba63d7655c6) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1693757 client/app/core/appliance-info.service.js | 7 +- client/app/core/appliance-info.service.spec.js | 10 +- client/app/core/navigation/navigation-controller.js | 5 +- client/app/layouts/application.html | 2 +- client/app/states/login/login.html | 6 +- client/app/states/login/login.state.js | 10 +- client/assets/images/brand.svg | 43 - client/assets/images/login-screen-logo.png | 0 skin-sample/README.md | 4 - skin-sample/images/brand.svg | 22 - skin-sample/images/login-screen-logo.png | 0 11 files changed, 31 insertions(+), 78 deletions(-) Verified in 5.10.3.0.20190402144650_62f3960 It's possible to upload Custom Brand Image (Shown on top right of all screens and above login panel) and it is displayed in OPs and SUI. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:0796 |