From 3ab4d543d44589a35e471eb86e9f3037a907139e Mon Sep 17 00:00:00 2001 From: "lean.dev" <34773040+leandro-deveikis@users.noreply.github.com> Date: Thu, 22 Sep 2022 14:16:45 -0300 Subject: [PATCH] GrafanaUI: Add icon to links on Plugin configuration page (#55581) --- .../features/plugins/admin/components/PluginDetailsHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/plugins/admin/components/PluginDetailsHeader.tsx b/public/app/features/plugins/admin/components/PluginDetailsHeader.tsx index 61cc31b4b2e..a866e671935 100644 --- a/public/app/features/plugins/admin/components/PluginDetailsHeader.tsx +++ b/public/app/features/plugins/admin/components/PluginDetailsHeader.tsx @@ -64,7 +64,7 @@ export function PluginDetailsHeader({ plugin, currentUrl, parentUrl }: Props): R {/* Links */} {plugin.details?.links.map((link: any) => ( - {link.name} + {link.name} ))}