Skip to content

Commit db39ba1

Browse files
authored
Merge pull request #82 from DirkRichter/improve-log-link
improve link target on dashboard to a better results overview
2 parents 576e920 + 8293429 commit db39ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/hudson/plugins/robot/view/RobotListViewColumn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public String getRobotPath(Item job) {
6060
}
6161

6262
public String getLogUrl(Item job) {
63-
return getRobotPath(job)+"report/log.html";
63+
return getRobotPath(job)+"report/report.html#totals";
6464
}
6565

6666
public String getTrendUrl(Item job) {

0 commit comments

Comments
 (0)