We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da804b commit 3cb57caCopy full SHA for 3cb57ca
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowAssociateBuildToRelease/config.jelly
@@ -51,9 +51,11 @@ All rights reserved.
51
52
<f:entry>
53
<div style="float:right">
54
- <span class="yui-button yui-push-button yui-button validate-button">
55
- <button type="button" onclick="triggerExtraValidationForSetJenkinsBuildDetails();">Validate Before Apply</button>
56
- </span>
+ <button class="jenkins-button"
+ type="button"
+ onclick="triggerExtraValidationForSetJenkinsBuildDetails();">
57
+ Validate Before Apply
58
+ </button>
59
</div>
60
<j:if test="${instance != null}">
61
<f:validateButton title="Compare Before Apply"
0 commit comments