From 1e00ae7e3e0ee6cbb7ac276933b711d5d364c605 Mon Sep 17 00:00:00 2001 From: Ryan Keairns Date: Tue, 15 Sep 2020 13:34:40 -0500 Subject: [PATCH] Add the Enterprise Search logo to the Overview search result (#77514) --- x-pack/plugins/enterprise_search/public/plugin.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/enterprise_search/public/plugin.ts b/x-pack/plugins/enterprise_search/public/plugin.ts index 63f334811ce31..0ef58a7c03f10 100644 --- a/x-pack/plugins/enterprise_search/public/plugin.ts +++ b/x-pack/plugins/enterprise_search/public/plugin.ts @@ -53,6 +53,7 @@ export class EnterpriseSearchPlugin implements Plugin { core.application.register({ id: ENTERPRISE_SEARCH_PLUGIN.ID, title: ENTERPRISE_SEARCH_PLUGIN.NAV_TITLE, + euiIconType: ENTERPRISE_SEARCH_PLUGIN.LOGO, appRoute: ENTERPRISE_SEARCH_PLUGIN.URL, category: DEFAULT_APP_CATEGORIES.enterpriseSearch, mount: async (params: AppMountParameters) => {