| Index: scheduler/appengine/frontend/templates/pages/run_job_result.html
|
| diff --git a/scheduler/appengine/frontend/templates/pages/run_job_result.html b/scheduler/appengine/frontend/templates/pages/run_job_result.html
|
| index a9c5fc85e17e4008dcd36a947f77ecc996b313d0..bf01a845b7646a69be8b7322d2d119725404e5e1 100644
|
| --- a/scheduler/appengine/frontend/templates/pages/run_job_result.html
|
| +++ b/scheduler/appengine/frontend/templates/pages/run_job_result.html
|
| @@ -1,4 +1,4 @@
|
| -{{define "title"}}LUCI Scheduler :: {{.ProjectID}} :: {{.JobID}}{{end}}
|
| +{{define "title"}}LUCI Scheduler :: {{.ProjectID}} :: {{.JobName}}{{end}}
|
|
|
| {{define "head"}}
|
| {{end}}
|
| @@ -8,7 +8,7 @@
|
| <ol class="breadcrumb">
|
| <li><a href="/">All projects</a></li>
|
| <li><a href="/jobs/{{.ProjectID}}">{{.ProjectID}}</a></li>
|
| - <li class="active"><a href="/jobs/{{.ProjectID}}/{{.JobID}}">{{.JobID}}</a></li>
|
| + <li class="active"><a href="/jobs/{{.ProjectID}}/{{.JobName}}">{{.JobName}}</a></li>
|
| </ol>
|
|
|
| <div class="container">
|
|
|