Skip to content

Commit 38a52e3

Browse files
committed
Removes YUI usages from deploy application configuration
1 parent 3cb57ca commit 38a52e3

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

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

7171
<f:entry>
7272
<div style="float:right">
73-
<span class="yui-button yui-push-button yui-button validate-button">
74-
<button type="button" onclick="triggerExtraValidationForDeployApplication();">Validate Before Apply</button>
75-
</span>
73+
<button class="jenkins-button"
74+
type="button"
75+
onclick="triggerExtraValidationForDeployApplication();">
76+
Validate Before Apply
77+
</button>
7678
</div>
7779
<j:if test="${instance != null}">
7880
<f:validateButton title="Compare Before Apply"

0 commit comments

Comments
 (0)