From b4957048cb71f471690e499f388f34c6430e83ac Mon Sep 17 00:00:00 2001 From: vargburz Date: Fri, 7 Apr 2023 17:27:06 +0300 Subject: [PATCH] support grafana 9.4.0 --- src/panels/corpglory-dataexporter-panel/components/Panel.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/panels/corpglory-dataexporter-panel/components/Panel.tsx b/src/panels/corpglory-dataexporter-panel/components/Panel.tsx index f79dd14..e1cf511 100644 --- a/src/panels/corpglory-dataexporter-panel/components/Panel.tsx +++ b/src/panels/corpglory-dataexporter-panel/components/Panel.tsx @@ -261,6 +261,7 @@ export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { custom: { filterable: false, displayMode: 'image', + cellOptions: { type: 'image' }, }, links: [ { @@ -330,6 +331,7 @@ export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { custom: { filterable: false, displayMode: 'image', + cellOptions: { type: 'image' }, }, links: [ { @@ -373,7 +375,7 @@ export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { }, { name: 'Delete', - type: FieldType.string, + type: FieldType.other, values: _.map(sortedTasks, (task) => { switch (task.progress?.status) { case ExportStatus.FINISHED: @@ -394,6 +396,7 @@ export function Panel({ width, height, timeRange, eventBus, timeZone }: Props) { custom: { filterable: false, displayMode: 'image', + cellOptions: { type: 'image' }, }, links: [ {