Replace heartbeat app icon with uptimeApp. (#32055)

This commit is contained in:
Justin Kambic 2019-02-27 11:20:44 -05:00 committed by GitHub
parent 38f7dca087
commit 93a4dd9e10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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