Personalizing UI labels
HCL Workload Automation provides the capability to customize user interface labels.
Before you begin
- Self-Service Catalog and Self-Service Dashboards mobile applications
About this task
Procedure
- Create a new sub-directory named Labels in
the following path:
- On Windows:
- <DWC_DATA>/usr/servers/dwcserver/registry
- On UNIX:
- /<DWC_DATA>/usr/servers/dwcserver/registry
- In the whitelabelling.properties file, you can customize your Dynamic Workload Console by adding dwc.title ="new title".
- Add the following parameters to the whitelabelling.properties file
and assign a value to the labels you want to modify.
where <value> corresponds to the following labels:mobile.title=<value> ssc.title=<value> ssd.title=<value>
- Self-Service Catalog and Self-Service Dashboards
- Replace <value> with the text to replace the current label:
- mobile.title= <value> If defined, this label will appear instead of "HCL Workload Automation Mobile Apps"
- ssc.title=<value> If defined, this label replaces "Self-Service Catalog"
- ssd.title=<value> If defined, this label replaces "Self-Service Dashboards"
- Save your changes.