Skip to content

feat: add provisioner daemon name to provisioner jobs responses #17877

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

Merged
merged 8 commits into from
May 19, 2025
Prev Previous commit
Next Next commit
fix: formatting issues
  • Loading branch information
ssncferreira committed May 19, 2025
commit 4569d2e91cdc1a3fa36e6dced4cce9204a8b0f1c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const JobRow: FC<JobRowProps> = ({ job, defaultIsOpen = false }) => {
<>
<dt>Completed by provisioner:</dt>
<dd className="flex items-center gap-2">
<span>{job.worker_name || '[removed]'}</span>
<span>{job.worker_name || "[removed]"}</span>
{job.worker_name && (
<Button size="xs" variant="outline" asChild>
<RouterLink
Expand Down