problems: implement alert list layout

This commit is contained in:
Alexander Zobnin
2019-01-14 10:40:20 +03:00
parent 268de33d96
commit 466b328ad7
7 changed files with 524 additions and 35 deletions

View File

@@ -72,7 +72,7 @@ export interface TriggerSeverity {
export type TriggerColor = string;
export interface Trigger {
export interface ZBXTrigger {
acknowledges?: ZBXAcknowledge[];
alerts?: ZBXAlert[];
age?: string;
@@ -104,6 +104,7 @@ export interface Trigger {
status?: string;
tags?: ZBXTag[];
templateid?: string;
triggerid?: string;
/** Whether the trigger can generate multiple problem events. */
type?: string;
url?: string;