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

Unified Diff: milo/frontend/appengine/templates/pages/configs.html

Issue 2994433002: Milo: Add links to console in config page (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/appengine/templates/pages/configs.html
diff --git a/milo/frontend/appengine/templates/pages/configs.html b/milo/frontend/appengine/templates/pages/configs.html
index 6592983f7ea25958e81ed4781801265f4fd10fe8..bc59be3b376d7a03ae31f6fa6abf2a2ead125cd8 100644
--- a/milo/frontend/appengine/templates/pages/configs.html
+++ b/milo/frontend/appengine/templates/pages/configs.html
@@ -9,7 +9,11 @@
<div class="content">
<h1>All Consoles</h1>
{{ range .Consoles }}
- <h4> {{ .GetProjectName }} / {{ .ID }} </h4>
+ <h3>
+ <a href="/console/{{.GetProjectName}}/{{.ID}}">
+ {{ .GetProjectName }} / {{ .ID }}
+ </a>
+ </h3>
<p> <b>Repo</b>: {{ .RepoURL }} </p>
<p> <b>Ref</b>: {{ .Ref }} </p>
<p> <b>Manifest Name</b>: {{ .ManifestName }} </p>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698