Commit 5a2efe1f by Ryan McKinley Committed by GitHub

Plugins: list app dynamics as an enterprise plugin (#24165)

parent 4710f6be
......@@ -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',
}),
];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment