problems panel: show actions status
This commit is contained in:
@@ -70,6 +70,7 @@ export type TriggerColor = string;
|
||||
|
||||
export interface Trigger {
|
||||
acknowledges?: ZBXAcknowledge[];
|
||||
alerts?: ZBXAlert[];
|
||||
age?: string;
|
||||
color?: TriggerColor;
|
||||
comments?: string;
|
||||
@@ -151,3 +152,9 @@ export interface ZBXAcknowledge {
|
||||
name: string;
|
||||
surname: string;
|
||||
}
|
||||
|
||||
export interface ZBXAlert {
|
||||
clock: string;
|
||||
message: string;
|
||||
error: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user