Skip to content

Commit

Permalink
[Uptime] Replace heartbeat app icon (elastic#30530) (elastic#31039)
Browse files Browse the repository at this point in the history
* Replace Heartbeat App icon with Uptime App icon.
  • Loading branch information
justinkambic authored Feb 14, 2019
1 parent 11865e9 commit 0dd35d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function uptimeMonitorsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.heartbeat}/heartbeat-getting-started.html',
},
}),
euiIconType: 'heartbeatApp',
euiIconType: 'uptimeApp',
artifacts: {
dashboards: [],
application: {
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/uptime/public/register_feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FeatureCatalogueRegistryProvider.register(() => ({
description: i18n.translate('xpack.uptime.featureCatalogueDescription', {
defaultMessage: 'Perform endpoint health checks and uptime monitoring.',
}),
icon: 'heartbeatApp',
icon: 'uptimeApp',
path: `uptime#/`,
showOnHomePage: true,
category: FeatureCatalogueCategory.DATA,
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/uptime/public/uptime_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class Application extends React.Component<UptimeAppProps, UptimeAppState> {
defaultMessage: 'Go to Uptime home page',
})}
href="#/"
iconType="heartbeatApp"
iconType="uptimeApp"
iconTitle={i18n.translate('xpack.uptime.appHeader.uptimeLogoTitle', {
defaultMessage: 'Uptime',
})}
Expand Down

0 comments on commit 0dd35d7

Please sign in to comment.