Skip to content

Commit 18108e7

Browse files
committed
Removes YUI usages from triggering release configuration
1 parent 0e38c96 commit 18108e7

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

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

7878
<f:entry>
7979
<div style="float:right">
80-
<span class="yui-button yui-push-button yui-button validate-button">
81-
<button type="button" onclick="triggerExtraValidationForTriggerRelease();">Validate Before Apply</button>
82-
</span>
80+
<button class="jenkins-button"
81+
type="button"
82+
onclick="triggerExtraValidationForTriggerRelease();">
83+
Validate Before Apply
84+
</button>
8385
</div>
8486
<j:if test="${instance != null}">
8587
<f:validateButton title="Compare Before Apply"

0 commit comments

Comments
 (0)