allow grotfood sidebar extension
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user