Skip to content

Commit

Permalink
Add euiIconType for InfraOps and Logs links (elastic#24289)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Oct 19, 2018
1 parent 938d130 commit 2fa5ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/infra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export function infra(kibana: any) {
{
description: 'Explore your infrastructure',
icon: 'plugins/infra/images/infra_mono_white.svg',
euiIconType: 'infraApp',
id: 'infra:home',
order: 8000,
title: 'InfraOps',
Expand All @@ -39,6 +40,7 @@ export function infra(kibana: any) {
{
description: 'Explore your logs',
icon: 'plugins/infra/images/logging_mono_white.svg',
euiIconType: 'loggingApp',
id: 'infra:logs',
order: 8001,
title: 'Logs',
Expand Down

0 comments on commit 2fa5ee5

Please sign in to comment.