remove application icon assets in kibana that ship with EUI (#18570) (#18871)

* remove assets in kibana that ship with EUI

* update home page tests

* replace logstash pipeline svg with EUI icon type
This commit is contained in:
Nathan Reese 2018-05-07 12:37:22 -06:00 committed by GitHub
parent 733f625dea
commit 4d3b173272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 26 additions and 211 deletions

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<g fill="none" transform="translate(2)">
<path fill="#14A7DF" d="M25.2,14.1217391 C24.22,13.1478261 23.94,11.8956522 23.94,10.3652174 L23.94,10.1565217 L23.94,3.75652174 C23.94,2.50434783 23.45,1.53043478 22.82,0.973913043 C22.19,0.347826087 20.79,0.0695652174 19.04,4e-16 L15.54,4e-16 L9.94,32 L19.04,32 C20.72,31.9304348 22.19,31.6521739 22.82,31.026087 C23.45,30.4 23.94,29.4956522 23.94,28.2434783 L23.94,21.8434783 L23.94,21.6347826 C23.94,20.1043478 24.22,18.8521739 25.2,17.8782609 C25.69,17.3913043 26.32,16.973913 27.09,16.6956522 C27.65,16.4173913 27.65,15.6521739 27.09,15.373913 C26.32,15.026087 25.69,14.6086957 25.2,14.1217391 Z"/>
<path fill="#00BFB3" d="M2.94,17.8782609 C3.99,18.8521739 4.34,20.1043478 4.34,21.6347826 L4.34,21.8434783 L4.34,28.2434783 C4.34,29.4956522 4.83,30.4695652 5.46,31.026087 C6.09,31.6521739 7.56,32 9.38,32 L12.74,32 L18.34,-7.1e-15 L9.38,-7.1e-15 C7.56,-7.1e-15 6.16,0.347826087 5.46,0.973913043 C4.83,1.6 4.34,2.50434783 4.34,3.75652174 L4.34,10.1565217 L4.34,10.3652174 C4.34,11.8956522 3.99,13.1478261 2.94,14.1217391 C2.38,14.6086957 1.75,15.026087 0.91,15.3043478 C0.28,15.5130435 0.28,16.3478261 0.91,16.626087 C1.68,16.973913 2.38,17.3913043 2.94,17.8782609 Z"/>
<polygon fill="#0078A0" points="15.54 0 9.94 32 12.74 32 18.34 0"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -13,7 +13,7 @@ FeatureCatalogueRegistryProvider.register(() => {
id: 'grokdebugger',
title: 'Grok Debugger',
description: 'Simulate and debug grok patterns for data transformation on ingestion.',
icon: '/plugins/grokdebugger/assets/app_grok.svg',
icon: 'grokApp',
path: '/app/kibana#/dev_tools/grokdebugger',
showOnHomePage: false,
category: FeatureCatalogueCategory.ADMIN