Skip to content

Commit b1a799a

Browse files
authored
Merge pull request #400 from alecharp/chore/removes-yui-usage
Removes YUI usages from the plugin
2 parents 2da804b + 18108e7 commit b1a799a

File tree

5 files changed

+25
-15
lines changed

5 files changed

+25
-15
lines changed

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

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

5252
<f:entry>
5353
<div style="float:right">
54-
<span class="yui-button yui-push-button yui-button validate-button">
55-
<button type="button" onclick="triggerExtraValidationForSetJenkinsBuildDetails();">Validate Before Apply</button>
56-
</span>
54+
<button class="jenkins-button"
55+
type="button"
56+
onclick="triggerExtraValidationForSetJenkinsBuildDetails();">
57+
Validate Before Apply
58+
</button>
5759
</div>
5860
<j:if test="${instance != null}">
5961
<f:validateButton title="Compare Before Apply"

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"

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"

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"

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)