Bug 1553353 - Allow CSS customization on CFME appliances
Summary: Allow CSS customization on CFME appliances
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.9.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: GA
: 5.10.0
Assignee: Dávid Halász
QA Contact: Jaroslav Henner
URL:
Whiteboard:
: 1388936 (view as bug list)
Depends On:
Blocks: 1553841
TreeView+ depends on / blocked
 
Reported: 2018-03-08 18:06 UTC by Andrea Perotti
Modified: 2022-03-13 14:45 UTC (History)
13 users (show)

Fixed In Version: 5.10.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1553841 (view as bug list)
Environment:
Last Closed: 2019-02-11 14:00:08 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1543903 0 unspecified CLOSED No longer able to run rake assets:precompile 2021-02-22 00:41:40 UTC

Internal Links: 1543903

Description Andrea Perotti 2018-03-08 18:06:28 UTC
Description of problem:

Up to CFME 4.5 it was possible to customize the UI and then rebuild it via:

vmdb && bundle exec rake assets:clean
vmdb && bundle exec rake assets:precompile

now with latest CFME 4.6 that sequence is not working anymore and this is affecting the ability to also apply small cosmetic changes to the appliance

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

How reproducible:
Always

Actual results:
Impossibility to apply even minimal changes to css and to have those included into the UI

Expected results:
Offer the possibility to apply some customization to the css in order to present a more customized UX, needed for offering a branded experience to our customer's customers

Comment 8 CFME Bot 2018-03-09 16:02:38 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:

https://github.com/ManageIQ/manageiq-ui-classic/commit/65cd2e2e1dfe7c971eeb46a4c9e04a9b2f401230
commit 65cd2e2e1dfe7c971eeb46a4c9e04a9b2f401230
Author:     Dávid Halász <dhalasz>
AuthorDate: Fri Mar  9 07:21:29 2018 -0500
Commit:     Dávid Halász <dhalasz>
CommitDate: Fri Mar  9 07:21:29 2018 -0500

    Load the custom.css that bypasses the asset pipeline on every screen

    Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1553353

 app/views/dashboard/saml_login.html.haml | 1 +
 app/views/layouts/application.html.haml | 1 +
 app/views/layouts/login.html.haml | 1 +
 app/views/layouts/remote_console.html.haml | 1 +
 app/views/layouts/report_only.html.haml | 1 +
 5 files changed, 5 insertions(+)

Comment 9 CFME Bot 2018-03-09 16:06:49 UTC
New commit detected on ManageIQ/manageiq/master:

https://github.com/ManageIQ/manageiq/commit/fb34b613b0b37a3cf5aff0f730a6b37de4553590
commit fb34b613b0b37a3cf5aff0f730a6b37de4553590
Author:     Dávid Halász <dhalasz>
AuthorDate: Fri Mar  9 07:12:12 2018 -0500
Commit:     Dávid Halász <dhalasz>
CommitDate: Fri Mar  9 07:12:12 2018 -0500

    Create an empty CSS file that is outside the asset pipeline

    https://bugzilla.redhat.com/show_bug.cgi?id=1553353

 public/custom.css | 3 +
 1 file changed, 3 insertions(+)

Comment 12 Josh Carter 2018-07-19 14:41:39 UTC
*** Bug 1388936 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.