6.1.7 Configuring a label
The label component allows you to display unmodifiable text.
To add/delete/modify a label
- Open the appropriate XML file located in the Viewpoint home directory. Locate the <components> element.
- Create the <component> with a unique id.
- Insert the <label-value> element within <component> to display text that cannot be modified.
<label-value>Operating System Information</label-value>
Related topics