diff --git a/docs/sources/enterprise/_index.md b/docs/sources/enterprise/_index.md
index d9bd47cfa9c..778c37cc8e0 100644
--- a/docs/sources/enterprise/_index.md
+++ b/docs/sources/enterprise/_index.md
@@ -64,6 +64,7 @@ With a Grafana Enterprise license, you get access to premium data sources, inclu
- [MongoDB](https://grafana.com/grafana/plugins/grafana-mongodb-datasource)
- [New Relic](https://grafana.com/plugins/grafana-newrelic-datasource)
- [Oracle Database](https://grafana.com/plugins/grafana-oracle-datasource)
+- [SAP HANA®](https://grafana.com/grafana/plugins/grafana-saphana-datasource/)
- [ServiceNow](https://grafana.com/grafana/plugins/grafana-servicenow-datasource)
- [Snowflake](https://grafana.com/grafana/plugins/grafana-snowflake-datasource)
- [Splunk](https://grafana.com/plugins/grafana-splunk-datasource)
diff --git a/public/app/features/admin/UpgradePage.tsx b/public/app/features/admin/UpgradePage.tsx
index 22c0ce32c16..01af6bd7288 100644
--- a/public/app/features/admin/UpgradePage.tsx
+++ b/public/app/features/admin/UpgradePage.tsx
@@ -148,6 +148,7 @@ const FeatureListing: React.FC = () => {
+
diff --git a/public/app/features/datasources/state/buildCategories.ts b/public/app/features/datasources/state/buildCategories.ts
index 9cea0ee5914..a0c8c30b2f3 100644
--- a/public/app/features/datasources/state/buildCategories.ts
+++ b/public/app/features/datasources/state/buildCategories.ts
@@ -156,6 +156,12 @@ function getEnterprisePhantomPlugins(): DataSourcePluginMeta[] {
name: 'AppDynamics',
imgUrl: 'public/img/plugins/appdynamics.svg',
}),
+ getPhantomPlugin({
+ id: 'grafana-saphana-datasource',
+ description: 'SAP HANA® integration and data source',
+ name: 'SAP HANA®',
+ imgUrl: 'public/img/plugins/sap_hana.png',
+ }),
];
}
diff --git a/public/img/plugins/sap_hana.png b/public/img/plugins/sap_hana.png
new file mode 100644
index 00000000000..f606865faa0
Binary files /dev/null and b/public/img/plugins/sap_hana.png differ