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 6a8ac63 commit 5cc9268Copy full SHA for 5cc9268
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