mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Replace heartbeat app icon with uptimeApp. (#32055)
This commit is contained in:
parent
38f7dca087
commit
93a4dd9e10
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export const uptime = (kibana: any) =>
|
|||
description: 'The description text that will be shown to users in Kibana',
|
||||
}),
|
||||
icon: 'plugins/uptime/icons/heartbeat_white.svg',
|
||||
euiIconType: 'heartbeatApp',
|
||||
euiIconType: 'uptimeApp',
|
||||
title: 'Uptime',
|
||||
main: 'plugins/uptime/app',
|
||||
order: 8900,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue