File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
core/src/main/resources/hudson/model/Computer Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,15 @@ THE SOFTWARE.
3030 <l : header />
3131 <l : side-panel >
3232 <l : tasks >
33- <l : task contextMenu =" false" href =" ${rootURL}/${it.url}" icon =" ${it.iconClassName}" title =" ${%Status}" />
34- <l : delete permission =" ${it.DELETE}" title =" ${%Delete Agent}" message =" ${%delete.confirm(it.name)}" />
35- <l : task href =" ${rootURL}/${it.url}configure" icon =" symbol-settings" permission =" ${it.EXTENDED_READ}"
33+ <j : set var =" url" value =" ${rootURL}/${it.url}" />
34+ <l : task contextMenu =" false" href =" ${url}" icon =" ${it.iconClassName}" title =" ${%Status}" />
35+ <l : delete permission =" ${it.DELETE}" title =" ${%Delete Agent}" message =" ${%delete.confirm(it.name)}" urlPrefix =" ${url}" />
36+ <l : task href =" ${url}configure" icon =" symbol-settings" permission =" ${it.EXTENDED_READ}"
3637 title =" ${it.hasPermission(it.CONFIGURE) ? '%Configure' : '%View Configuration'}" />
37- <l : task href =" ${rootURL}/${it. url}builds" icon =" symbol-build-history" title =" ${%Build History}" />
38- <l : task href =" ${rootURL}/${it. url}load-statistics" icon =" symbol-analytics" title =" ${%Load Statistics}" />
38+ <l : task href =" ${url}builds" icon =" symbol-build-history" title =" ${%Build History}" />
39+ <l : task href =" ${url}load-statistics" icon =" symbol-analytics" title =" ${%Load Statistics}" />
3940 <j : if test =" ${it.channel!=null}" >
40- <l : task href =" ${rootURL}/${it. url}script" icon =" symbol-terminal" permission =" ${app.ADMINISTER}" title =" ${%Script Console}" />
41+ <l : task href =" ${url}script" icon =" symbol-terminal" permission =" ${app.ADMINISTER}" title =" ${%Script Console}" />
4142 </j : if >
4243 <st : include page =" sidepanel2.jelly" optional =" true" /><!-- hook for derived class to add more items -->
4344 <t : actions />
You can’t perform that action at this time.
0 commit comments