mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: list app dynamics as an enterprise plugin (#24165)
This commit is contained in:
@@ -51,6 +51,6 @@ describe('buildCategories', () => {
|
||||
|
||||
it('should add enterprise phantom plugins', () => {
|
||||
expect(categories[5].title).toBe('Enterprise plugins');
|
||||
expect(categories[5].plugins.length).toBe(6);
|
||||
expect(categories[5].plugins.length).toBe(7);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -124,6 +124,12 @@ function getEnterprisePhantomPlugins(): DataSourcePluginMeta[] {
|
||||
name: 'New Relic',
|
||||
imgUrl: 'public/img/plugins/newrelic.svg',
|
||||
}),
|
||||
getPhantomPlugin({
|
||||
id: 'dlopes7-appdynamics-datasource',
|
||||
description: 'AppDynamics integration & data source',
|
||||
name: 'AppDynamics',
|
||||
imgUrl: 'public/img/plugins/appdynamics.svg',
|
||||
}),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user