diff --git a/grafana-plugin/src/assets/img/ServiceNow.png b/grafana-plugin/src/assets/img/ServiceNow.png new file mode 100644 index 00000000..0f53cdc4 Binary files /dev/null and b/grafana-plugin/src/assets/img/ServiceNow.png differ diff --git a/grafana-plugin/src/components/IntegrationLogo/IntegrationLogo.module.css b/grafana-plugin/src/components/IntegrationLogo/IntegrationLogo.module.css index 04d96902..af0f0e67 100644 --- a/grafana-plugin/src/components/IntegrationLogo/IntegrationLogo.module.css +++ b/grafana-plugin/src/components/IntegrationLogo/IntegrationLogo.module.css @@ -3,6 +3,11 @@ background-repeat: no-repeat; } +.bg_ServiceNow { + background: url(../../assets/img/ServiceNow.png); + background-size: 100% !important; +} + .bg_PagerDuty { background: url(../../assets/img/PagerDuty.png); background-size: 100% !important;