We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d03f6 commit a6c8c6aCopy full SHA for a6c8c6a
src/main/resources/io/jenkins/plugins/pipelinegraphview/PipelineGraphViewConfiguration/config.jelly
@@ -3,11 +3,11 @@
3
<?jelly escape-by-default='true'?>
4
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
5
<f:section title="${%Pipeline graph view}">
6
- <f:entry title="${%Show pipeline graph on job page}">
7
- <f:checkbox field="showGraphOnJobPage"/>
+ <f:entry>
+ <f:checkbox field="showGraphOnJobPage" title="${%Show pipeline graph on job page}" />
8
</f:entry>
9
- <f:entry title="${%Show pipeline graph on build page}">
10
- <f:checkbox field="showGraphOnBuildPage"/>
+ <f:checkbox field="showGraphOnBuildPage" title="${%Show pipeline graph on build page}" />
11
12
</f:section>
13
</j:jelly>
0 commit comments