File tree 5 files changed +25
-15
lines changed
src/main/resources/org/jenkinsci/plugins/electricflow
ElectricFlowAssociateBuildToRelease
ElectricFlowDeployApplication
ElectricFlowPipelinePublisher
ElectricFlowTriggerRelease
5 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,11 @@ All rights reserved.
51
51
52
52
<f : entry >
53
53
<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 >
57
59
</div >
58
60
<j : if test =" ${instance != null}" >
59
61
<f : validateButton title =" Compare Before Apply"
Original file line number Diff line number Diff line change @@ -70,9 +70,11 @@ All rights reserved.
70
70
71
71
<f : entry >
72
72
<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 >
76
78
</div >
77
79
<j : if test =" ${instance != null}" >
78
80
<f : validateButton title =" Compare Before Apply"
Original file line number Diff line number Diff line change @@ -84,9 +84,11 @@ All rights reserved.
84
84
85
85
<f : entry >
86
86
<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 >
90
92
</div >
91
93
<j : if test =" ${instance != null}" >
92
94
<f : validateButton title =" Compare Before Apply"
Original file line number Diff line number Diff line change @@ -52,9 +52,11 @@ All rights reserved.
52
52
53
53
<f : entry >
54
54
<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 >
58
60
</div >
59
61
<j : if test =" ${instance != null}" >
60
62
<f : validateButton title =" Compare Before Apply"
Original file line number Diff line number Diff line change @@ -77,9 +77,11 @@ All rights reserved.
77
77
78
78
<f : entry >
79
79
<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 >
83
85
</div >
84
86
<j : if test =" ${instance != null}" >
85
87
<f : validateButton title =" Compare Before Apply"
You can’t perform that action at this time.
0 commit comments