fix not acknowledged problem color with a message (#858)
* fix not acknowledged problem color with a message * fix not acknowledged problem color with a message, closes #857
This commit is contained in:
@@ -183,7 +183,7 @@ function SeverityCell(props: RTCell<ZBXTrigger>, problemSeverityDesc: TriggerSev
|
||||
color = severityDesc.color;
|
||||
|
||||
// Mark acknowledged triggers with different color
|
||||
if (markAckEvents && problem.acknowledges && problem.acknowledges.length) {
|
||||
if (markAckEvents && problem.lastEvent.acknowledged === "1") {
|
||||
color = ackEventColor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user