Skip to content

Commit 0e38c96

Browse files
committed
Removes YUI usages from running procedure configuration
1 parent e8e45de commit 0e38c96

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

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

5353
<f:entry>
5454
<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>
55+
<button class="jenkins-button"
56+
type="button"
57+
onclick="triggerExtraValidationForRunProcedure();">
58+
Validate Before Apply
59+
</button>
5860
</div>
5961
<j:if test="${instance != null}">
6062
<f:validateButton title="Compare Before Apply"

0 commit comments

Comments
 (0)