Skip to content

Commit 5f529ab

Browse files
authored
Show saved log recorders (#23858)
* Show saved log recorders * Use pattern from rest of settings rework PR
1 parent b641f88 commit 5f529ab

File tree

1 file changed

+2
-0
lines changed
  • core/src/main/resources/hudson/logging/LogRecorderManager

1 file changed

+2
-0
lines changed

core/src/main/resources/hudson/logging/LogRecorderManager/index.jelly

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ THE SOFTWARE.
2828
<?jelly escape-by-default='true'?>
2929
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
3030
<j:set var="header">
31+
<j:set var="previousIt" value="${it}" />
3132
<j:new var="it" className="jenkins.management.SystemLogLink" />
3233

3334
<l:view>
@@ -51,6 +52,7 @@ THE SOFTWARE.
5152
</j:set>
5253

5354
<l:settings-subpage header="${header}" xmlns:local="local">
55+
<j:set var="it" value="${previousIt}" />
5456
<d:taglib uri="local">
5557
<d:tag name="row">
5658
<tr>

0 commit comments

Comments
 (0)