Skip to content

Commit 3ca3a39

Browse files
committed
Update sidepanel.jelly
1 parent b782ee9 commit 3ca3a39

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

core/src/main/resources/hudson/model/UpdateCenter/sidepanel.jelly

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ THE SOFTWARE.
2727
-->
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:s="/lib/form">
30-
<l:header />
31-
<l:side-panel>
32-
<l:tasks>
33-
<l:task href="${rootURL}/manage/pluginManager/" icon="symbol-plugins" title="${%Plugin Manager}"/>
34-
<l:task href="${rootURL}/manage/updateCenter/" icon="symbol-download" title="${%Update Center}"/>
35-
</l:tasks>
36-
</l:side-panel>
30+
<!-- TODO - this file and its translations can be removed when Manage Jenkins flag is removed -->
31+
<st:include page="sidepanel.jelly" it="${app.pluginManager}" />
3732
</j:jelly>

0 commit comments

Comments
 (0)