Este conteúdo não está disponível no idioma selecionado.
Chapter 6. Customizing Decision Central
6.1. Customizing the Decision Central login page Copiar o linkLink copiado para a área de transferência!
You can customize the Decision Central login page to meet your specific business needs. This includes the company logo and the project logo.
Procedure
- Start Red Hat JBoss EAP and open Decision Central in a web browser.
-
Navigate to the
EAP_HOME/standalone/deployments/decision-central.war/img/directory in your Red Hat Decision Manager installation. -
To change the company logo that appears at the upper right hand corner of the login page, replace the default image
login-screen-logo.pngwith a new image in the PNG format. -
To change the project logo that appears above the User name and Password fields, replace the default image
RHDM_Logo.svgwith a new SVG file. - 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 btn:[Ctrl]+btn:[F5].
6.2. Customizing Decision Central application header Copiar o linkLink copiado para a área de transferência!
You can customize the Decision Central application header to meet your specific business needs.
- Start Red Hat JBoss EAP, open Decision Central in a web browser, and log in with your user credentials.
-
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. -
Open the
EAP_HOME/standalone/deployments/decision-central.war/banner/banner.htmlfile in a text editor. In the
banner.htmlfile, edit the following<img>tag to provide the name of your new header image:<img src="banner/logo.svg"/>
<img src="banner/logo.svg"/>Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 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 btn:[Ctrl]+btn:[F5].