mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* Replace Heartbeat App icon with Uptime App icon.
This commit is contained in:
parent
ff09ddb266
commit
4f617f6fa0
3 changed files with 3 additions and 3 deletions
|
@ -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: {
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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',
|
||||
})}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue