| 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>
|
|
|