Styling > Customizing Alarms > Customizing Alarm Types

The predefined alarm types provided in JViews TGO are those defined in ITU-T X.721.

How to Change the Representation of an Alarm Type

In the following CSS extract, the label for the alarm type IntegrityViolation is set to "Violation of integrity".

object."ilog.tgo.model.IltAlarm/alarmType"[alarmType=IntegrityViolation] {
  label: "Violation of integrity";
}