Skip to content

Commit

Permalink
jobs static URLs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fopina committed Oct 4, 2018
1 parent 51ec453 commit 1f11581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (a *Agent) dashboardJobsHandler(c *gin.Context) {
data := struct {
Common *commonDashboardData
}{
Common: newCommonDashboardData(a, a.config.NodeName, "../../"),
Common: newCommonDashboardData(a, a.config.NodeName, "../"),
}

c.HTML(http.StatusOK, "jobs", data)
Expand Down

0 comments on commit 1f11581

Please sign in to comment.