Personalizing UI labels
HCL Workload Automation provides the capability to customize user interface labels.
Before you begin
- Self-Service Dashboards
- Self-Service Catalog and mobile applications
About this task
Procedure
- Create a new sub-directory named Labels in the following
path:
- On Windows:
- C:\Program Files\HCL<DWC_DATA>/usr/servers/dwcserver/registry
- On UNIX:
- /opt/hcl<DWC_DATA>/usr/servers/dwcserver/registry
- Create a text file named whitelabelling.properties in the sub-directory named Labels.
- 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.