23.2. 自定义 Business Central 应用程序标头
您可以自定义 Business Central 应用程序标头。
流程
- 启动 Red Hat JBoss EAP,在 Web 浏览器中打开 Business Central,并使用您的用户凭证登录。
-
将 SVG 格式的新应用程序标头镜像复制到 Red Hat Decision Manager 安装中的
EAP_HOME/standalone/deployments/decision-central.war/banner/
目录中。 -
在文本编辑器中打开
EAP_HOME/standalone/deployments/decision-central.war/banner/banner.html
文件。 将 <
img>
标签中的logo.png
替换为新镜像的文件名:admin-and-config/<img src="banner/logo.png"/>
<img src="banner/logo.png"/>
Copy to Clipboard Copied! - 强制完全重新加载登录页面,绕过缓存来查看更改。例如,在大多数 Linux 和 Windows Web 浏览器中,按 Ctrl+F5。