Skip to content

Commit

Permalink
[FIXED JENKINS-20935] Links and icons did not work, when there was a …
Browse files Browse the repository at this point in the history
…context path
  • Loading branch information
evernat committed Jan 15, 2014
1 parent 311ec0b commit 00a8898
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ public String getUrlName() {
public String getMonitoringUrl() {
final String urlSuffix = computer instanceof Jenkins.MasterComputer ? "" : "/nodes/"
+ computer.getName();
return "/" + getUrlName() + urlSuffix;
return "../../../monitoring" + urlSuffix;
}

/**
Expand Down

0 comments on commit 00a8898

Please sign in to comment.