From eb97038faee72328febcd3dd35f8321565d1f71b Mon Sep 17 00:00:00 2001 From: fatalis Date: Sun, 31 May 2026 13:54:40 -0500 Subject: [PATCH] Use TextArea for job name entry Rationale: When using long job names and cloning a job, it's common to not realize "_copy" is appended to the job name and you only realize it after creating the job. --- ui/src/app/jobs/new/SimpleJob.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/jobs/new/SimpleJob.tsx b/ui/src/app/jobs/new/SimpleJob.tsx index 1f9015fe..c19b03cb 100644 --- a/ui/src/app/jobs/new/SimpleJob.tsx +++ b/ui/src/app/jobs/new/SimpleJob.tsx @@ -232,7 +232,7 @@ export default function SimpleJob({ )}
-