Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 14. Customizing Business Central
You can customize the Business Central login page and application header.
14.1. Customizing the Business Central login page Copier lienLien copié sur presse-papiers!
You can customize the company logo and the project logo on the Business Central login page.
Procedure
- Start Red Hat JBoss EAP and open Business Central in a web browser.
 - 
						Copy a PNG format image to the 
EAP_HOME/standalone/deployments/business-central.war/img/directory in your Red Hat Process Automation Manager installation. - 
						In the 
EAP_HOME/standalone/deployments/business-central.war/img/directory, either move or rename the existinglogin-screen-logo.pngfile. - 
						Rename your PNG file 
login-screen-logo.png. - 
						To change the project logo that appears above the User name and Password fields, replace the default image 
RHPAM_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 Ctrl+F5.
 
14.2. Customizing Business Central application header Copier lienLien copié sur presse-papiers!
You can customize the Business Central application header.
Procedure
- Start Red Hat JBoss EAP, open Business 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/business-central.war/banner/directory in your Red Hat Process Automation Manager installation. - 
						Open the 
EAP_HOME/standalone/deployments/business-central.war/banner/banner.htmlfile in a text editor. Replace
logo.svgin the<img>tag with the file name of your new image:admin-and-config/<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 Ctrl+F5.