This knowledge document provides the instructions for displaying the short alarm id in the OneClick Alarms tab.
To display the short alarm id in the OneClick Alarms tab:
1. Log into the OneClick systema s the user that owns the Spectrum OneClick installation.
2. Create a file called "alarm-table-config.xml" in the $SPECROOT/custom/alarm/config directory
3. Add the following to the new "alarm-table-config.xml" file:
<?xml version="1.0" encoding="utf-8"?>
<table idref="alarm-table-config">
<column-list>
<column>
<name>Integer Alarm ID</name>
<content>
<attribute>0x4820067</attribute>
</content>
</column>
</column-list>
</table>
<Please see attached file for image>