Add the Enterprise Search logo to the Overview search result (#77514)

This commit is contained in:
Ryan Keairns 2020-09-15 13:34:40 -05:00 committed by GitHub
parent e167bbfcd6
commit 1e00ae7e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) => {