blob: 30870aa10d057c9dbcc7d424d4b5a228e4f44d84 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Android Ingestion Status</title>
{%template "header.html" .%}
<style type="text/css" media="screen">
body {
margin: 0;
padding: 2em;
}
pre {
margin-left: 2em;
color: green;
}
details-sk {
display: block;
}
</style>
</head>
<body>
<h1>Android Ingestion Status</h1>
{%range .Recent%}
<details-sk>
<summary-sk>
{%.TS%}
</summary-sk>
<pre><code>{%.JSON%}</code></pre>
</details-sk>
{%end%}
<h1>Last BuildID Added To Git</h1>
<p>Last BuildID: {%.LastBuildId%}</p>
</body>
</html>