mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix chrome EUI icons on status page (#29131)
* fix(NA): chrome eui icons on status page. * chore(NA): remove wrong added console log and extra comma.
This commit is contained in:
parent
879025e603
commit
2d837f9836
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
import 'ui/autoload/modules';
|
||||
import 'ui/autoload/styles';
|
||||
import 'ui/i18n';
|
||||
import { uiModules } from 'ui/modules';
|
||||
|
|
|
@ -23,6 +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',
|
||||
title: 'Uptime',
|
||||
main: 'plugins/uptime/app',
|
||||
order: 8900,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue