mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Make 'Inference Endpoints' available in global search (#189310)
This PR resolves https://github.com/elastic/search-team/issues/7937 Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
f24e0cd43c
commit
e523debb2c
1 changed files with 2 additions and 1 deletions
|
@ -152,6 +152,7 @@ const relevanceLinks: AppDeepLink[] = [
|
|||
defaultMessage: 'Inference Endpoints',
|
||||
}
|
||||
),
|
||||
visibleIn: ['globalSearch'],
|
||||
},
|
||||
];
|
||||
|
||||
|
@ -494,7 +495,7 @@ export class EnterpriseSearchPlugin implements Plugin {
|
|||
|
||||
return renderApp(EnterpriseSearchRelevance, kibanaDeps, pluginData);
|
||||
},
|
||||
title: INFERENCE_ENDPOINTS_PLUGIN.NAME,
|
||||
title: INFERENCE_ENDPOINTS_PLUGIN.NAV_TITLE,
|
||||
visibleIn: [],
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue