allow grotfood sidebar extension

This commit is contained in:
Domas Lapinskas
2025-12-04 12:40:22 +02:00
parent 5c49dbf4c4
commit 19e92853ec
2 changed files with 3 additions and 0 deletions
@@ -18,6 +18,7 @@ const PERMITTED_EXTENSION_SIDEBAR_PLUGINS = [
// Support both until that migration is complete.
'grafana-grafanadocsplugin-app',
'grafana-pathfinder-app',
'grafana-grotfood-app',
];
export type ExtensionSidebarContextType = {
@@ -19,6 +19,8 @@ function getPluginIcon(pluginId?: string): string {
return 'book';
case 'grafana-investigations-app':
return 'eye';
case 'grafana-grotfood-app':
return 'wrench';
default:
return 'ai-sparkle';
}