If you right click on an alarm in Spectrum there is a menu option of "Write Alarms". In that pop-up window, there is a drop down field "Attribute" and a text display field "Attribute Value". Currently in the java client the "Attribute Value" field is a single row height. In some cases our NOC puts notes or other information into some of these fields.
Is it possible to increase the height of that "Attribute Value" field so that if more than one line of text is present that it is easier to see / read?
Release : 10.4
Component : Spectrum Core / SpectroSERVER
This wrapped up in java code as a Text Field so it only allows for one line (it was intended to be used for attribute values only).