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:
Saikat Sarkar 2024-07-29 11:10:44 -06:00 committed by GitHub
parent f24e0cd43c
commit e523debb2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: [],
});
}