From f55e17f8534cc2a67f7713b95f91e89cf9d74056 Mon Sep 17 00:00:00 2001 From: Develer Date: Fri, 5 Dec 2025 18:08:14 +0100 Subject: [PATCH] update debug icon --- packages/grafana-data/src/types/icon.ts | 1 + public/app/core/icons/cached.json | 1 + .../panel-edit/PanelDataPane/QueryTransformList.tsx | 7 ++++--- public/img/icons/unicons/debug-handle.svg | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 public/img/icons/unicons/debug-handle.svg diff --git a/packages/grafana-data/src/types/icon.ts b/packages/grafana-data/src/types/icon.ts index caadf39451c..8701ac7fc7b 100644 --- a/packages/grafana-data/src/types/icon.ts +++ b/packages/grafana-data/src/types/icon.ts @@ -97,6 +97,7 @@ export const availableIconsIndex = { cube: true, dashboard: true, database: true, + 'debug-handle': true, 'dice-three': true, docker: true, 'document-info': true, diff --git a/public/app/core/icons/cached.json b/public/app/core/icons/cached.json index 0bd02d1838f..163a3e7f9f9 100644 --- a/public/app/core/icons/cached.json +++ b/public/app/core/icons/cached.json @@ -63,6 +63,7 @@ "unicons/cube", "unicons/dashboard", "unicons/database", + "unicons/debug-handle", "unicons/document-info", "unicons/download-alt", "unicons/draggabledots", diff --git a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx index 7479fc6bb93..2c7f4ed8f87 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx @@ -557,7 +557,7 @@ export const QueryTransformList = memo( }} >
- +
)} @@ -713,7 +713,7 @@ export const QueryTransformList = memo( }} >
- +
)} @@ -1042,7 +1042,8 @@ const getStyles = (theme: GrafanaTheme2, colors: ReturnType + +