[Uptime] Replace heartbeat app icon (#30530) (#31041)

* Replace Heartbeat App icon with Uptime App icon.
This commit is contained in:
Justin Kambic 2019-02-14 10:31:46 -05:00 committed by GitHub
parent ff09ddb266
commit 4f617f6fa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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: {

View file

@ -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,

View file

@ -161,7 +161,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',
})}