Personalizing UI labels

HCL Workload Automation provides the capability to customize user interface labels.

Before you begin

You might find this feature useful for your business users so that the tasks they perform are in the context of your line of business. You can personalize the UI labels for the following UIs:
  • Self-Service Dashboards
  • Self-Service Catalog and mobile applications

About this task

The properties file, whitelabelling.properties, from which you can modify UI labels must be created manually in a sub-folder named, Labels, which you must also create manually in the following path: <DWC_DATA>usr/servers/registry directory.

Procedure

  1. 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
  2. Create a text file named whitelabelling.properties in the sub-directory named Labels.
  3. Add the following parameters to the whitelabelling.properties file and assign a value to the labels you want to modify.
    mobile.title=<value>
      ssc.title=<value>
      ssd.title=<value>
      
    where <value> corresponds to the following labels:
    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"
  4. Save your changes.