mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add zendesk to enterprise ds list (#91751)
This commit is contained in:
parent
03f55e5288
commit
413548806d
@ -104,6 +104,7 @@ With a Grafana Enterprise license, you also get access to premium data sources,
|
||||
- [Sqlyze Datasource](/grafana/plugins/grafana-odbc-datasource)
|
||||
- [SumoLogic](/grafana/plugins/grafana-sumologic-datasource)
|
||||
- [Wavefront](/grafana/plugins/grafana-wavefront-datasource)
|
||||
- [Zendesk](/grafana/plugins/grafana-zendesk-datasource)
|
||||
|
||||
## Try Grafana Enterprise
|
||||
|
||||
|
@ -53,8 +53,8 @@ describe('buildCategories', () => {
|
||||
it('should add enterprise phantom plugins', () => {
|
||||
const enterprisePluginsCategory = categories[3];
|
||||
expect(enterprisePluginsCategory.title).toBe('Enterprise plugins');
|
||||
expect(enterprisePluginsCategory.plugins.length).toBe(28);
|
||||
expect(enterprisePluginsCategory.plugins.length).toBe(29);
|
||||
expect(enterprisePluginsCategory.plugins[0].name).toBe('Adobe Analytics');
|
||||
expect(enterprisePluginsCategory.plugins[enterprisePluginsCategory.plugins.length - 1].name).toBe('Wavefront');
|
||||
expect(enterprisePluginsCategory.plugins[enterprisePluginsCategory.plugins.length - 1].name).toBe('Zendesk');
|
||||
});
|
||||
});
|
||||
|
@ -251,6 +251,12 @@ function getEnterprisePhantomPlugins(): DataSourcePluginMeta[] {
|
||||
name: 'Drone',
|
||||
imgUrl: 'public/img/plugins/drone.svg',
|
||||
}),
|
||||
getPhantomPlugin({
|
||||
id: 'grafana-zendesk-datasource',
|
||||
description: 'Zendesk datasource',
|
||||
name: 'Zendesk',
|
||||
imgUrl: 'public/img/plugins/zendesk.svg',
|
||||
}),
|
||||
getPhantomPlugin({
|
||||
id: 'grafana-atlassianstatuspage-datasource',
|
||||
description: 'Atlassian Statuspage datasource',
|
||||
|
4
public/img/plugins/zendesk.svg
Normal file
4
public/img/plugins/zendesk.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1393 1055.77" width="2500" height="1895">
|
||||
<path d="M643.51 278.74v777H0zm0-278.74c0 177.57-143.84 321.41-321.41 321.41S0 177.57 0 0zm106 1055.77c0-177.57 143.84-321.41 321.41-321.41s321.41 143.84 321.41 321.41zm0-278.74V0H1393z" fill="#03363d"/>
|
||||
</svg>
|
After Width: | Height: | Size: 348 B |
Loading…
Reference in New Issue
Block a user