Skip to content

Commit

Permalink
adding PagerDuty icon to connectors cards
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Mar 19, 2020
1 parent 0cbeaf0 commit 8d462d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ import {
ActionParamsProps,
} from '../../../types';
import { PagerDutyActionParams, PagerDutyActionConnector } from './types';
import pagerDutySvg from './pagerduty.svg';

export function getActionType(): ActionTypeModel {
return {
id: '.pagerduty',
iconClass: 'apps',
iconClass: pagerDutySvg,
selectMessage: i18n.translate(
'xpack.triggersActionsUI.components.builtinActionTypes.pagerDutyAction.selectMessageText',
{
Expand Down

0 comments on commit 8d462d2

Please sign in to comment.