We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8cb94 commit 3d013eeCopy full SHA for 3d013ee
cyclops-ui/src/components/k8s-resources/Service.tsx
@@ -8,12 +8,11 @@ import {
8
Descriptions,
9
Button,
10
Spin,
11
- Popover,
12
Modal,
13
Checkbox,
14
} from "antd";
15
import { mapResponseError } from "../../utils/api/errors";
16
-import { ApiOutlined, CopyOutlined, EllipsisOutlined } from "@ant-design/icons";
+import { ApiOutlined, CopyOutlined } from "@ant-design/icons";
17
import { useResourceListActions } from "./ResourceList/ResourceListActionsContext";
18
import { useTheme } from "../theme/ThemeContext";
19
0 commit comments