File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
core/src/main/resources/hudson/model/UpdateCenter Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments