Skip to content

Commit a6c8c6a

Browse files
authored
Move entry title to checkbox (#747)
1 parent d1d03f6 commit a6c8c6a

File tree

1 file changed

+4
-4
lines changed
  • src/main/resources/io/jenkins/plugins/pipelinegraphview/PipelineGraphViewConfiguration

1 file changed

+4
-4
lines changed

src/main/resources/io/jenkins/plugins/pipelinegraphview/PipelineGraphViewConfiguration/config.jelly

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<?jelly escape-by-default='true'?>
44
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
55
<f:section title="${%Pipeline graph view}">
6-
<f:entry title="${%Show pipeline graph on job page}">
7-
<f:checkbox field="showGraphOnJobPage"/>
6+
<f:entry>
7+
<f:checkbox field="showGraphOnJobPage" title="${%Show pipeline graph on job page}" />
88
</f:entry>
9-
<f:entry title="${%Show pipeline graph on build page}">
10-
<f:checkbox field="showGraphOnBuildPage"/>
9+
<f:entry>
10+
<f:checkbox field="showGraphOnBuildPage" title="${%Show pipeline graph on build page}" />
1111
</f:entry>
1212
</f:section>
1313
</j:jelly>

0 commit comments

Comments
 (0)