We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d6751 commit 81e29edCopy full SHA for 81e29ed
x-pack/plugins/enterprise_search/public/plugin.ts
@@ -53,6 +53,7 @@ export class EnterpriseSearchPlugin implements Plugin {
53
core.application.register({
54
id: ENTERPRISE_SEARCH_PLUGIN.ID,
55
title: ENTERPRISE_SEARCH_PLUGIN.NAV_TITLE,
56
+ euiIconType: ENTERPRISE_SEARCH_PLUGIN.LOGO,
57
appRoute: ENTERPRISE_SEARCH_PLUGIN.URL,
58
category: DEFAULT_APP_CATEGORIES.enterpriseSearch,
59
mount: async (params: AppMountParameters) => {
0 commit comments