diff --git a/src/fireedge/src/client/components/Tabs/Vm/Snapshot/index.js b/src/fireedge/src/client/components/Tabs/Vm/Snapshot/index.js index 31db8adfa4..dcc45b1ae2 100644 --- a/src/fireedge/src/client/components/Tabs/Vm/Snapshot/index.js +++ b/src/fireedge/src/client/components/Tabs/Vm/Snapshot/index.js @@ -15,8 +15,7 @@ * ------------------------------------------------------------------------- */ import { ReactElement, useMemo } from 'react' import PropTypes from 'prop-types' -import HintIcon from 'iconoir-react/dist/QuestionMarkCircle' -import { Stack, Tooltip } from '@mui/material' +import { Stack } from '@mui/material' import { useGetVmQuery } from 'client/features/OneApi/vm' import { @@ -25,7 +24,6 @@ import { DeleteAction, } from 'client/components/Tabs/Vm/Snapshot/Actions' import SnapshotCard from 'client/components/Cards/SnapshotCard' -import { T, VM_ACTIONS } from 'client/constants' import { getSnapshotList, @@ -61,14 +59,9 @@ const VmSnapshotTab = ({ tabProps: { actions } = {}, id }) => { return (