HCL Workload Automation, Version 9.4

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:
  • Application lab
  • Self-Service Catalog and Self-Service Dashboards 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: <JazzSM_profile_dir>/registry directory.

Procedure

  1. Create a new sub-directory named Labels in the following path:
    On Windows:
    C:\Program Files\HCL\JazzSM\profile\registry
    On UNIX:
    /opt/hcl/JazzSM/profile/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>
    applab.title=<value>
    applab.logo=<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"
    Application Lab
    Replace <value> with the text or icon to replace the current values:
    • applab.title=<value> If defined, this label replaces "Workload Automation" currently found in the browser tab title and in the upper left corner of the Application Lab home page.
    • applab.logo=<value> If defined, this is the file name of the graphic file that replaces the current HCL logo present in the upper-right corner of the Application Lab UI. This file must be copied to a sub-folder named logo in the Labels folder and must not exceed 60X30 pixels. For example, to display your company logo in place of the HCL logo, copy the file, mycompanylogo.gif in the path: JazzSM_profile_dir>/registry/Labels/logo.
  4. Save your changes.