problems: mark acknowledged problems with different color

This commit is contained in:
Alexander Zobnin
2018-12-28 19:35:09 +03:00
parent eb2ba5ae07
commit c4b0c6da07
3 changed files with 15 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ export interface ProblemsPanelOptions {
triggerSeverity?: TriggerSeverity[];
okEventColor?: TriggerColor;
ackEventColor?: TriggerColor;
markAckEvents?: boolean;
}
export interface ProblemsPanelTarget {