We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b641f88 commit 5f529abCopy full SHA for 5f529ab
core/src/main/resources/hudson/logging/LogRecorderManager/index.jelly
@@ -28,6 +28,7 @@ THE SOFTWARE.
28
<?jelly escape-by-default='true'?>
29
<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">
30
<j:set var="header">
31
+ <j:set var="previousIt" value="${it}" />
32
<j:new var="it" className="jenkins.management.SystemLogLink" />
33
34
<l:view>
@@ -51,6 +52,7 @@ THE SOFTWARE.
51
52
</j:set>
53
54
<l:settings-subpage header="${header}" xmlns:local="local">
55
+ <j:set var="it" value="${previousIt}" />
56
<d:taglib uri="local">
57
<d:tag name="row">
58
<tr>
0 commit comments