Skip to content

Commit

Permalink
Add Refresh Bottom
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Dec 3, 2024
1 parent 3f78bee commit 5401c88
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</p>
<button
onClick={() => window.location.reload()}

Check warning on line 44 in packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeDeck.tsx

View check run for this annotation

Codecov / codecov/patch

packages/oss-console/src/components/Executions/ExecutionDetails/ExecutionNodeDeck.tsx#L44

Added line #L44 was not covered by tests
style={{
marginTop: '20px',
padding: '10px 20px',
fontSize: '16px',
fontWeight: 'bold',
color: '#fff',
backgroundColor: '#a31aff',
border: 'none',
borderRadius: '4px',
cursor: 'pointer',
}}
>
Refresh
</button>
</div>
);
}
Expand Down

0 comments on commit 5401c88

Please sign in to comment.