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 authored and mikecote committed Mar 20, 2020
1 parent b5f460f commit e8a0645
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 e8a0645

Please sign in to comment.