From fd7a30c0a9a7b38ccce3666ad7f57d530c5bf406 Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Thu, 1 Sep 2022 14:46:06 +0100 Subject: [PATCH] Fix: Restore Grafana and Dashboard data source icons (#54580) --- public/app/plugins/datasource/dashboard/plugin.json | 4 ++-- public/app/plugins/datasource/grafana/plugin.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/app/plugins/datasource/dashboard/plugin.json b/public/app/plugins/datasource/dashboard/plugin.json index 2edf15eb9df..9b7ab421e8c 100644 --- a/public/app/plugins/datasource/dashboard/plugin.json +++ b/public/app/plugins/datasource/dashboard/plugin.json @@ -11,8 +11,8 @@ "url": "https://grafana.com" }, "logos": { - "small": "TODO", - "large": "TODO" + "small": "public/img/icn-datasource.svg", + "large": "public/img/icn-datasource.svg" } }, diff --git a/public/app/plugins/datasource/grafana/plugin.json b/public/app/plugins/datasource/grafana/plugin.json index 38314e8925d..73a96ba2151 100644 --- a/public/app/plugins/datasource/grafana/plugin.json +++ b/public/app/plugins/datasource/grafana/plugin.json @@ -11,8 +11,8 @@ "url": "https://grafana.com" }, "logos": { - "small": "TODO", - "large": "TODO" + "small": "public/img/icn-datasource.svg", + "large": "public/img/icn-datasource.svg" } }, "backend": true,