Red Hat Training

A Red Hat training course is available for Red Hat Decision Manager

Chapter 14. Customizing Decision Central

You can customize the Decision Central login page and application header.

14.1. Customizing the Decision Central login page

You can customize the company logo and the project logo on the Decision Central login page.

Procedure

  1. Start Red Hat JBoss EAP and open Decision Central in a web browser.
  2. Copy a PNG format image to the EAP_HOME/standalone/deployments/decision-central.war/img/ directory in your Red Hat Decision Manager installation.
  3. In the EAP_HOME/standalone/deployments/decision-central.war/img/ directory, either move or rename the existing login-screen-logo.png file.
  4. Rename your PNG file login-screen-logo.png.
  5. To change the project logo that appears above the User name and Password fields, replace the default image RHDM_Logo.svg with a new SVG file.
  6. Force a full reload of the login page, bypassing the cache, to view the changes. For example, in most Linux and Windows web browsers, press Ctrl+F5.

14.2. Customizing Decision Central application header

You can customize the Decision Central application header.

Procedure

  1. Start Red Hat JBoss EAP, open Decision Central in a web browser, and log in with your user credentials.
  2. Copy your new application header image in the SVG format to the EAP_HOME/standalone/deployments/decision-central.war/banner/ directory in your Red Hat Decision Manager installation.
  3. Open the EAP_HOME/standalone/deployments/decision-central.war/banner/banner.html file in a text editor.
  4. Replace logo.svg in the <img> tag with the file name of your new image:admin-and-config/

    <img src="banner/logo.svg"/>
  5. Force a full reload of the login page, bypassing the cache, to view the changes. For example, in most Linux and Windows web browsers, press Ctrl+F5.