File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/components/ControlPlanes/ControlPlaneCard Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import ConnectButton from '../ConnectButton.tsx';
66
77import TitleLevel from '@ui5/webcomponents/dist/types/TitleLevel.js' ;
88import { useState } from 'react' ;
9+ import { useTranslation } from 'react-i18next' ;
910
1011import { DeleteConfirmationDialog } from '../../Dialogs/DeleteConfirmationDialog.tsx' ;
1112import MCPHealthPopoverButton from '../../ControlPlane/MCPHealthPopoverButton.tsx' ;
@@ -23,7 +24,9 @@ import {
2324 PatchMCPResourceForDeletion ,
2425 PatchMCPResourceForDeletionBody ,
2526} from '../../../lib/api/types/crate/deleteMCP.ts' ;
27+
2628import { YamlViewButton } from '../../Yaml/YamlViewButton.tsx' ;
29+ import { useToast } from '../../../context/ToastContext.tsx' ;
2730
2831interface Props {
2932 controlPlane : ListControlPlanesType ;
You can’t perform that action at this time.
0 commit comments