We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e38c96 commit 18108e7Copy full SHA for 18108e7
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowTriggerRelease/config.jelly
@@ -77,9 +77,11 @@ All rights reserved.
77
78
<f:entry>
79
<div style="float:right">
80
- <span class="yui-button yui-push-button yui-button validate-button">
81
- <button type="button" onclick="triggerExtraValidationForTriggerRelease();">Validate Before Apply</button>
82
- </span>
+ <button class="jenkins-button"
+ type="button"
+ onclick="triggerExtraValidationForTriggerRelease();">
83
+ Validate Before Apply
84
+ </button>
85
</div>
86
<j:if test="${instance != null}">
87
<f:validateButton title="Compare Before Apply"
0 commit comments