Skip to content

Commit 00ae3d5

Browse files
committed
Cleanup ExecutionDetails
1 parent 436b867 commit 00ae3d5

File tree

4 files changed

+205
-254
lines changed

4 files changed

+205
-254
lines changed

src/components/shared/ExecutionDetails/ExecutionDetails.tsx

Lines changed: 0 additions & 252 deletions
This file was deleted.

src/components/shared/PipelineRunDisplay/PipelineRunInfoCondensed.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { InlineStack } from "@/components/ui/layout";
33
import { Skeleton } from "@/components/ui/skeleton";
44
import { Paragraph } from "@/components/ui/typography";
55
import type { PipelineRun } from "@/types/pipelineRun";
6-
import { convertUTCToLocalTime,formatDate } from "@/utils/date";
6+
import { convertUTCToLocalTime, formatDate } from "@/utils/date";
77

88
import { PipelineRunStatus } from "./components/PipelineRunStatus";
99

src/components/shared/TaskDetails/Details.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
} from "@/utils/URL";
3131
import copyToYaml from "@/utils/yaml";
3232

33-
import { ExecutionDetails } from "../ExecutionDetails/ExecutionDetails";
33+
import { ExecutionDetails } from "./ExecutionDetails";
3434

3535
interface TaskDetailsProps {
3636
displayName: string;
@@ -169,6 +169,7 @@ const TaskDetails = ({
169169
<ExecutionDetails
170170
executionId={executionId}
171171
componentSpec={componentSpec}
172+
className="px-3 py-2"
172173
/>
173174
)}
174175

0 commit comments

Comments
 (0)