Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add copy to clipboard buttons #673

Merged
merged 5 commits into from
Jan 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: use anonymous function to copy log line to clipboard
Panzer1119 committed Jan 10, 2024

Verified

This commit was signed with the committer’s verified signature.
Panzer1119 Paul Hagedorn
commit 17f6d6a9ae0813c123ee4636f17aae489d286709
Original file line number Diff line number Diff line change
@@ -143,7 +143,7 @@ export const JobLogs = ({ actions, job }: JobLogsProps) => {
>
{log.message}
<Button
onClick={copyLogToClipboard(log)}
onClick={() => copyLogToClipboard(log)}
className={s.logLineCopyButton}
tabIndex={-1}
>