Skip to content

Commit

Permalink
icons declared for logging / infra
Browse files Browse the repository at this point in the history
  • Loading branch information
snide committed Oct 19, 2018
1 parent 14155d7 commit 6bbd87b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/plugins/infra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ 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',
title: 'Infra Ops',
url: `/app/${APP_ID}#/home`,
},
{
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 6bbd87b

Please sign in to comment.