mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
List Azure Devops as an enterprise plugin (#49189)
* list azure devops as an enterprise plugin * change base url to grafana.com/grafana/plugins and remove trailing slashes for consistency
This commit is contained in:
committed by
GitHub
parent
25da759bf2
commit
5b52a1c391
@@ -53,6 +53,6 @@ describe('buildCategories', () => {
|
||||
|
||||
it('should add enterprise phantom plugins', () => {
|
||||
expect(categories[3].title).toBe('Enterprise plugins');
|
||||
expect(categories[3].plugins.length).toBe(16);
|
||||
expect(categories[3].plugins.length).toBe(17);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -190,6 +190,12 @@ function getEnterprisePhantomPlugins(): DataSourcePluginMeta[] {
|
||||
name: 'Splunk Infrastructure Monitoring',
|
||||
imgUrl: 'public/img/plugins/signalfx-logo.svg',
|
||||
}),
|
||||
getPhantomPlugin({
|
||||
id: 'grafana-azure-devops-datasource',
|
||||
description: 'Azure Devops datasource',
|
||||
name: 'Azure Devops',
|
||||
imgUrl: 'public/img/plugins/azure-devops.png',
|
||||
}),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user