mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ML] Sharing ml node available hook (#152074)
Update to https://github.com/elastic/kibana/pull/150166 Exporting the hook from the ML app.
This commit is contained in:
parent
4a775b83a6
commit
f4ccd89b92
1 changed files with 4 additions and 1 deletions
|
@ -67,4 +67,7 @@ type AwaitReturnType<T> = T extends PromiseLike<infer U> ? U : T;
|
|||
export type GetMlSharedImportsReturnType = AwaitReturnType<ReturnType<typeof getMlSharedImports>>;
|
||||
|
||||
export { MLJobsAwaitingNodeWarning } from './application/components/jobs_awaiting_node_warning/new_job_awaiting_node_shared';
|
||||
export { MlNodeAvailableWarningShared } from './application/components/node_available_warning';
|
||||
export {
|
||||
MlNodeAvailableWarningShared,
|
||||
useMlNodeAvailableCheck,
|
||||
} from './application/components/node_available_warning';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue