We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb57ca commit 38a52e3Copy full SHA for 38a52e3
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowDeployApplication/config.jelly
@@ -70,9 +70,11 @@ All rights reserved.
70
71
<f:entry>
72
<div style="float:right">
73
- <span class="yui-button yui-push-button yui-button validate-button">
74
- <button type="button" onclick="triggerExtraValidationForDeployApplication();">Validate Before Apply</button>
75
- </span>
+ <button class="jenkins-button"
+ type="button"
+ onclick="triggerExtraValidationForDeployApplication();">
76
+ Validate Before Apply
77
+ </button>
78
</div>
79
<j:if test="${instance != null}">
80
<f:validateButton title="Compare Before Apply"
0 commit comments