From 5401c88da717fd4d35a3d0ba194d3e0f3bfdd80e Mon Sep 17 00:00:00 2001
From: Future-Outlier
Date: Tue, 3 Dec 2024 17:27:09 +0800
Subject: [PATCH] Add Refresh Bottom
Signed-off-by: Future-Outlier
---
.../ExecutionDetails/ExecutionNodeDeck.tsx | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeDeck.tsx b/packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeDeck.tsx
index 857a74984..5b7fcf0fc 100644
--- a/packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeDeck.tsx
+++ b/packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeDeck.tsx
@@ -40,6 +40,22 @@ export const ExecutionNodeDeck: React.FC<{
If you're not using the real-time deck, it's because the corresponding
task is still in progress.
+
);
}