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

Unified Diff: scheduler/appengine/frontend/templates/pages/invocation.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
Index: scheduler/appengine/frontend/templates/pages/invocation.html
diff --git a/scheduler/appengine/frontend/templates/pages/invocation.html b/scheduler/appengine/frontend/templates/pages/invocation.html
index 68b10ab388c950f6fd7c684f35f2660d6c05dd63..8966fccc36b5207dfc1b9ba7cd532c4a02e48f50 100644
--- a/scheduler/appengine/frontend/templates/pages/invocation.html
+++ b/scheduler/appengine/frontend/templates/pages/invocation.html
@@ -1,4 +1,4 @@
-{{define "title"}}LUCI Scheduler :: {{.Job.ProjectID}} :: {{.Job.JobID}} :: {{.Inv.InvID}}{{end}}
+{{define "title"}}LUCI Scheduler :: {{.Job.ProjectID}} :: {{.Job.JobName}} :: {{.Inv.InvID}}{{end}}
{{define "head"}}
<style type="text/css">
@@ -15,7 +15,7 @@
<li><a href="/">All projects</a></li>
<li><a href="/jobs/{{.Job.ProjectID}}">{{.Job.ProjectID}}</a></li>
<li>{{template "job-id-ref" .Job}}</li>
- <li class="active"><a href="/jobs/{{.Job.ProjectID}}/{{.Job.JobID}}/{{.Inv.InvID}}">{{.Inv.InvID}}</a></li>
+ <li class="active"><a href="/jobs/{{.Job.ProjectID}}/{{.Job.JobName}}/{{.Inv.InvID}}">{{.Inv.InvID}}</a></li>
</ol>
<div class="container">
« no previous file with comments | « scheduler/appengine/frontend/templates/includes/base.html ('k') | scheduler/appengine/frontend/templates/pages/job.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698