integrations: Update Opsgenie logo.

Converts logo from PNG to SVG format.
This commit is contained in:
synicalsyntax
2019-02-17 11:29:33 -08:00
committed by Rishi Gupta
parent 6ddb03fad9
commit 2a5fe09d16
3 changed files with 2 additions and 2 deletions

View File

@@ -334,8 +334,7 @@ WEBHOOK_INTEGRATIONS = [
stream_name='opbeat',
function='zerver.webhooks.opbeat.view.api_opbeat_webhook'
),
WebhookIntegration('opsgenie', ['meta-integration', 'monitoring'],
logo='static/images/integrations/logos/opsgenie.png'),
WebhookIntegration('opsgenie', ['meta-integration', 'monitoring']),
WebhookIntegration('pagerduty', ['monitoring'], display_name='PagerDuty'),
WebhookIntegration('papertrail', ['monitoring']),
WebhookIntegration('pingdom', ['monitoring']),