We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a52e3 commit e8e45deCopy full SHA for e8e45de
src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowPipelinePublisher/config.jelly
@@ -84,9 +84,11 @@ All rights reserved.
84
85
<f:entry>
86
<div style="float:right">
87
- <span class="yui-button yui-push-button yui-button validate-button">
88
- <button type="button" onclick="triggerExtraValidationForRunPipeline();">Validate Before Apply</button>
89
- </span>
+ <button class="jenkins-button"
+ type="button"
+ onclick="triggerExtraValidationForRunPipeline();">
90
+ Validate Before Apply
91
+ </button>
92
</div>
93
<j:if test="${instance != null}">
94
<f:validateButton title="Compare Before Apply"
0 commit comments