From d088db1571063e97b29dadac32d64a20195731ff Mon Sep 17 00:00:00 2001 From: Markus Winter Date: Wed, 22 Oct 2025 18:42:19 +0200 Subject: [PATCH] UI fixes - wrap the checkboxes in a flex container so the categories are properly rendered in the throttle step. - remove the blockwrapper, it's not needed anymore --- .../ThrottleJobProperty/config.jelly | 15 +++---- .../ThrottleJobProperty/global.jelly | 40 ++++++++----------- .../pipeline/ThrottleStep/config.jelly | 10 ++--- .../throttleconcurrents/blockWrapper.jelly | 16 -------- .../resources/lib/throttleconcurrents/taglib | 0 5 files changed, 29 insertions(+), 52 deletions(-) delete mode 100644 src/main/resources/lib/throttleconcurrents/blockWrapper.jelly delete mode 100644 src/main/resources/lib/throttleconcurrents/taglib diff --git a/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/config.jelly b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/config.jelly index fb1a2f93..0bca6788 100644 --- a/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/config.jelly +++ b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/config.jelly @@ -15,11 +15,11 @@ - + - + @@ -34,11 +34,12 @@ - - - - +
+ + + +
diff --git a/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/global.jelly b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/global.jelly index 8b8e5fdd..5dcafa0e 100644 --- a/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/global.jelly +++ b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/global.jelly @@ -1,36 +1,28 @@ + xmlns:t="/lib/hudson" xmlns:f="/lib/form"> - - - - - + + + + + + + + + + + - - + + - - - - - - - - - - -
- -
-
-
-
+
+
diff --git a/src/main/resources/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep/config.jelly b/src/main/resources/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep/config.jelly index c452ea95..5a5871d7 100644 --- a/src/main/resources/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep/config.jelly +++ b/src/main/resources/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep/config.jelly @@ -4,11 +4,11 @@ - - - - - +
+ + + +
diff --git a/src/main/resources/lib/throttleconcurrents/blockWrapper.jelly b/src/main/resources/lib/throttleconcurrents/blockWrapper.jelly deleted file mode 100644 index d43a2fe5..00000000 --- a/src/main/resources/lib/throttleconcurrents/blockWrapper.jelly +++ /dev/null @@ -1,16 +0,0 @@ - - - - - -
- -
-
- - - -
-
-
-
diff --git a/src/main/resources/lib/throttleconcurrents/taglib b/src/main/resources/lib/throttleconcurrents/taglib deleted file mode 100644 index e69de29b..00000000