From 0fe4cba5b75777bfc34ca79dcf0098b11f243d99 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 12 Apr 2021 11:41:20 -0400 Subject: [PATCH 1/2] edit-jobset: make the "add a new input" button span the whole way Previously it would only cross 4 of the 5 columns. --- src/root/edit-jobset.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/root/edit-jobset.tt b/src/root/edit-jobset.tt index 0a3a0484..20fa45e4 100644 --- a/src/root/edit-jobset.tt +++ b/src/root/edit-jobset.tt @@ -51,7 +51,7 @@ [% INCLUDE renderJobsetInput input=input baseName="input-$input.name" %] [% END %] - + From 82953389e4622b3f9e262b45dd32126d85e7f0cb Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 12 Apr 2021 11:41:39 -0400 Subject: [PATCH 2/2] Make new jobsets enabled by default in the UI If the jobset is brand new, none of the options matched. This makes all new jobsets default to Enabled. --- src/root/edit-jobset.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/root/edit-jobset.tt b/src/root/edit-jobset.tt index 20fa45e4..324c7a87 100644 --- a/src/root/edit-jobset.tt +++ b/src/root/edit-jobset.tt @@ -62,8 +62,8 @@
-