Skip to content

Commit 740c823

Browse files
authored
Migrate from EE 8 to EE 9 in Jelly view (#1663)
1 parent fec199a commit 740c823

File tree

1 file changed

+2
-2
lines changed
  • src/main/resources/org/csanchez/jenkins/plugins/kubernetes/KubernetesCloud

1 file changed

+2
-2
lines changed

src/main/resources/org/csanchez/jenkins/plugins/kubernetes/KubernetesCloud/templates.jelly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ THE SOFTWARE.
4747
<j:forEach var="template" items="${it.templates}">
4848
<tr id="template_${template.id}">
4949
<td>
50-
<a href="${it.getCloudUrl(request,app,cloud)}template/${template.id}" class="jenkins-table__button">${template.name}</a>
50+
<a href="${it.getCloudUrl(request2,app,cloud)}template/${template.id}" class="jenkins-table__button">${template.name}</a>
5151
</td>
5252
<td class="jenkins-table__cell--tight">
5353
<div class="jenkins-table__cell__button-wrapper">
54-
<a href="${it.getCloudUrl(request,app,cloud)}template/${template.id}" class="jenkins-table__button">
54+
<a href="${it.getCloudUrl(request2,app,cloud)}template/${template.id}" class="jenkins-table__button">
5555
<l:icon src="symbol-settings"/>
5656
</a>
5757
</div>

0 commit comments

Comments
 (0)