Skip to content

Commit e9bf856

Browse files
author
miguelantonio
committed
"Print" section not collapsable
#4
1 parent d16d887 commit e9bf856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/groovy/com/rundeck/plugin/HttpNotificationPlugin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ class HttpNotificationPlugin implements NotificationPlugin, Describable {
196196
.description("File path where you will write the response.")
197197
.required(false)
198198
.renderingOption(StringRenderingConstants.GROUP_NAME,"Print")
199+
.renderingOption(StringRenderingConstants.GROUPING,"secondary")
199200
.build())
200201
.build();
201202

0 commit comments

Comments
 (0)