Detail pages: rename the 'Runs' field to 'Launch' (matches the launcher concept)

The field showing a deployment's launcher + target is now labelled 'Launch'
(consistent with launcher/manager vocabulary) on ServiceDetail and the Service/
Job/Create field editors.
This commit is contained in:
2026-07-01 13:35:02 -07:00
parent 776e1235d7
commit 6929bd89d3
4 changed files with 6 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ export function JobFields({ job, onSave, onDelete }: Props) {
placeholder="0 2 * * *"
hint="Cron expression — castle generates a systemd timer that runs the job on this schedule."
/>
<Field label="Runs" hint="How the job runs on each tick, then exits: the launcher and its target (a console script, command/argv, image, node script, or compose file).">
<Field label="Launch" hint="How the job runs on each tick, then exits: the launcher and its target (a console script, command/argv, image, node script, or compose file).">
<div className="flex items-center gap-2">
<select
value={launcher}