Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: scheduler/appengine/frontend/templates/pages/run_job_result.html

Issue 2948103002: scheduler: rename JobID to JobName to avoid overloading JobID meaning. (Closed)
Patch Set: more js lowercase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scheduler/appengine/frontend/templates/pages/job.html ('k') | scheduler/appengine/ui/presentation.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « scheduler/appengine/frontend/templates/pages/job.html ('k') | scheduler/appengine/ui/presentation.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698