Skip to content

Commit 418c6d9

Browse files
authored
Allows to delete excessive report settings
1 parent 4209b0f commit 418c6d9

File tree

1 file changed

+7
-1
lines changed
  • src/main/resources/io/jenkins/plugins/reporter/steps/ReportRecorder

1 file changed

+7
-1
lines changed

src/main/resources/io/jenkins/plugins/reporter/steps/ReportRecorder/config.jelly

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
33

44
<f:entry>
5-
<f:repeatableProperty field="reports" add="Add Report" header="Report Configuration"/>
5+
<f:repeatableProperty field="reports" add="Add Report" header="Report Configuration" minimum="1">
6+
<f:entry>
7+
<div align="right">
8+
<f:repeatableDeleteButton/>
9+
</div>
10+
</f:entry>
11+
</f:repeatableProperty>
612
</f:entry>
713

814
</j:jelly>

0 commit comments

Comments
 (0)