diff --git a/x-pack/platform/plugins/shared/search_inference_endpoints/public/components/model_detail_flyout/model_endpoint_row.tsx b/x-pack/platform/plugins/shared/search_inference_endpoints/public/components/model_detail_flyout/model_endpoint_row.tsx index cae99c9790f1b..98bfb263412f0 100644 --- a/x-pack/platform/plugins/shared/search_inference_endpoints/public/components/model_detail_flyout/model_endpoint_row.tsx +++ b/x-pack/platform/plugins/shared/search_inference_endpoints/public/components/model_detail_flyout/model_endpoint_row.tsx @@ -38,7 +38,7 @@ export const ModelEndpointRow: React.FC = ({ return ( - + = ({ /> + + + + {endpoint.task_type} - - - - {preconfigured ? ( - - - + {preconfigured ? ( + - - - ) : onDelete ? ( - - onDelete(endpoint)} - data-test-subj={`deleteEndpointButton-${endpoint.inference_id}`} - /> - - ) : null} + > + + + + + ) : onDelete ? ( + + onDelete(endpoint)} + data-test-subj={`deleteEndpointButton-${endpoint.inference_id}`} + /> + + ) : null} + +