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