This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 94a0ba87 Fix
94a0ba87 is described below

commit 94a0ba87dd84bd90706c70c6d22756a156033b0f
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Thu Jan 30 16:04:27 2025 -0500

    Fix
---
 karavan-app/src/main/webui/src/project/trace/TraceTable.tsx | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/karavan-app/src/main/webui/src/project/trace/TraceTable.tsx 
b/karavan-app/src/main/webui/src/project/trace/TraceTable.tsx
index 70b24359..5e9e97eb 100644
--- a/karavan-app/src/main/webui/src/project/trace/TraceTable.tsx
+++ b/karavan-app/src/main/webui/src/project/trace/TraceTable.tsx
@@ -20,11 +20,8 @@ import {
     Button,
     EmptyState,
     EmptyStateIcon,
-    EmptyStateVariant, Flex, FlexItem,
-    Panel,
-    PanelHeader,
-    Text,
-    Switch, TextContent, TextVariants, PageSection, EmptyStateHeader, Card, 
CardBody, Divider,
+    EmptyStateVariant,
+    EmptyStateHeader
 } from '@patternfly/react-core';
 import '../../designer/karavan.css';
 import {RunnerInfoTraceModal} from "./RunnerInfoTraceModal";
@@ -41,10 +38,6 @@ import {
 import SearchIcon from "@patternfly/react-icons/dist/esm/icons/search-icon";
 import {useProjectStore} from "../../api/ProjectStore";
 import {shallow} from "zustand/shallow";
-import {InfoContainer} from "../dashboard/InfoContainer";
-import {InfoMemory} from "../dashboard/InfoMemory";
-import {InfoContext} from "../dashboard/InfoContext";
-import {ContainerStatus} from "../../api/ProjectModels";
 
 interface Props {
     containerName?: string

Reply via email to