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 + +