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

Unified Diff: appengine/chromium_cq_status/templates/recent.html

Issue 2111713004: Teach CQ status app to check login status of users. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Review and tests. Created 4 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 | « appengine/chromium_cq_status/templates/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_cq_status/templates/recent.html
diff --git a/appengine/chromium_cq_status/html/recent.html b/appengine/chromium_cq_status/templates/recent.html
similarity index 92%
rename from appengine/chromium_cq_status/html/recent.html
rename to appengine/chromium_cq_status/templates/recent.html
index 05d98895c625ddd389ba723de5694a6a7a7e3590..9452163ef39fcd881c9c5877d7c9f71434d03bc6 100644
--- a/appengine/chromium_cq_status/html/recent.html
+++ b/appengine/chromium_cq_status/templates/recent.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<title>Chromium CQ Status recent logs</title>
+<title>%(host)s CQ Status recent logs</title>
<script src="../js/recent.js"></script>
<style>
:root {
@@ -17,7 +17,7 @@ h1 > a {
}
hint {
color: gray;
- font-size: 80%;
+ font-size: 80%%;
}
table {
border-spacing: 0;
@@ -63,7 +63,7 @@ flex {
}
</style>
-<h1><a href='/'>Chromium CQ Status</a> recent logs</h1>
+<h1><a href='/'>%(host)s CQ Status</a> recent logs</h1>
Filters: <span id="filterList"></span>
<br>
<table>
« no previous file with comments | « appengine/chromium_cq_status/templates/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698