Fix error when opening problem details, #1357
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { DataSourceRef } from "@grafana/data";
|
||||
|
||||
export interface ProblemsPanelOptions {
|
||||
schemaVersion: number;
|
||||
datasources: any[];
|
||||
@@ -84,7 +86,7 @@ export interface ZBXTrigger {
|
||||
comments?: string;
|
||||
correlation_mode?: string;
|
||||
correlation_tag?: string;
|
||||
datasource?: string;
|
||||
datasource?: DataSourceRef | string;
|
||||
description?: string;
|
||||
error?: string;
|
||||
expression?: string;
|
||||
|
||||
Reference in New Issue
Block a user