diff --git a/src/components/organisms/TableBuiltinInfo/TableBuiltinInfo.tsx b/src/components/organisms/TableBuiltinInfo/TableBuiltinInfo.tsx index 7b614c1..f053f62 100644 --- a/src/components/organisms/TableBuiltinInfo/TableBuiltinInfo.tsx +++ b/src/components/organisms/TableBuiltinInfo/TableBuiltinInfo.tsx @@ -12,7 +12,7 @@ import { checkIfBuiltInInstanceNamespaceScoped, useBuiltinResources, } from '@prorobotech/openapi-k8s-toolkit' -import { FlexGrow, OverflowMaxHeightContainer, MarginTopContainer } from 'components' +import { FlexGrow, OverflowMaxHeightContainer } from 'components' import { TABLE_PROPS } from 'constants/tableProps' import { HEAD_FIRST_ROW, @@ -175,7 +175,7 @@ export const TableBuiltinInfo: FC = ({ namespace, typeNa tableProps={TABLE_PROPS} /> )} - {selectedRowKeys.length > 0 && ( + {/* {selectedRowKeys.length > 0 && ( - )} + )} */} @@ -209,6 +209,16 @@ export const TableBuiltinInfo: FC = ({ namespace, typeNa Add + + + + {isDeleteModalOpen && ( = ({ tableProps={TABLE_PROPS} /> )} - {selectedRowKeys.length > 0 && ( + {/* {selectedRowKeys.length > 0 && ( - )} + )} */} @@ -210,6 +210,16 @@ export const ResourceInfo: FC = ({ Add + + + + {isDeleteModalOpen && ( = ({ tableProps={TABLE_PROPS} /> )} - {selectedRowKeys.length > 0 && ( + {/* {selectedRowKeys.length > 0 && ( - )} + )} */} @@ -225,6 +225,16 @@ export const TableNonCrdInfo: FC = ({ Add + + + + {isDeleteModalOpen && (