workflow-cps-global-lib-plugin icon indicating copy to clipboard operation
workflow-cps-global-lib-plugin copied to clipboard

[JENKINS-55787] Switch labels from entry to checkbox

Open jsoref opened this issue 6 years ago • 2 comments

https://issues.jenkins-ci.org/browse/JENKINS-55787

Basically checkboxes should have labels, splitting the labels away from their checkboxes is poor UX, poor accessibility. This change brings the layout more inline with how normal settings UIs lay out checkboxes.

This supersedes #60

jsoref avatar Feb 12 '19 17:02 jsoref

@jglick: I've put the field back on <entry ...>

jsoref avatar Sep 03 '19 22:09 jsoref

As of #172 most of the code in this plugin has been moved to another plugin repository so this PR must be closed. If this change is still needed, please

git clone https://github.com/jenkinsci/pipeline-groovy-lib-plugin
cd pipeline-groovy-lib-plugin
git checkout -b JENKINS-55787
git pull https://github.com/jsoref/workflow-cps-global-lib-plugin JENKINS-55787

resolve any merge conflicts, and file a fresh PR on the new repository. Be sure to paste a link to this old PR to enable bidirectional navigation.

jglick avatar May 23 '22 23:05 jglick