Skip to content

Commit e8e45de

Browse files
committed
Removes YUI usages from running a pipeline configuration
1 parent 38a52e3 commit e8e45de

File tree

1 file changed

+5
-3
lines changed
  • src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowPipelinePublisher

1 file changed

+5
-3
lines changed

src/main/resources/org/jenkinsci/plugins/electricflow/ElectricFlowPipelinePublisher/config.jelly

+5-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@ All rights reserved.
8484

8585
<f:entry>
8686
<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>
87+
<button class="jenkins-button"
88+
type="button"
89+
onclick="triggerExtraValidationForRunPipeline();">
90+
Validate Before Apply
91+
</button>
9092
</div>
9193
<j:if test="${instance != null}">
9294
<f:validateButton title="Compare Before Apply"

0 commit comments

Comments
 (0)