Skip to content

Commit

Permalink
[FIXED JENKINS-21357] Node monitoring action: Use the specific comput…
Browse files Browse the repository at this point in the history
…er's sidepanel instead of Jenkins default page

Computer's sidepanel.jelly still need to use ${rootURL}/${it.url}
instead of relative URLs
  • Loading branch information
evernat committed Jul 23, 2014
1 parent c0b3f67 commit f0a0a81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@
<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">
<l:layout permission="${app.ADMINISTER}" xmlns:local="local" norefresh="true">
<st:include it="${app}" page="sidepanel.jelly"/>
<st:include it="${it.computer}" page="sidepanel.jelly"/>
<l:main-panel>
<h1>
<img src="${imagesURL}/48x48/${it.iconFileName}" alt="${it.displayName}"/>
Expand Down

0 comments on commit f0a0a81

Please sign in to comment.