Commit ab5ea95

Eric Bower  ·  2026-05-08 15:02:56 -0400 EDT
parent 3b5b3c0
style: html tweaks
2 files changed,  +3, -3
M tmpl/index.html
+2, -3
 1@@ -7,8 +7,7 @@
 2 <link rel="stylesheet" href="styles.css">
 3 </head>
 4 <body>
 5-<div class="links"><a href="..">{{.Name}}</a></div>
 6-<h1>{{.Name}} <span class="pill pill-{{.JobStatus}}">{{.JobStatus}}</span></h1>
 7+<h1><a href="..">{{.Name}}</a> <span class="pill pill-{{.JobStatus}}">{{.JobStatus}}</span></h1>
 8 <p class="meta">Job ID: {{.JobID}} &middot; {{len .Rows}} task(s)</p>
 9 <table>
10 <thead>
11@@ -30,7 +29,7 @@
12 </table>
13 
14 {{if .Artifacts}}
15-<h2>Other Artifacts</h2>
16+<h2>Artifacts</h2>
17 <table>
18 <thead>
19 <tr><th>Name</th><th>Size</th><th>Modified</th></tr>
M tmpl/session.html
+1, -0
1@@ -7,6 +7,7 @@
2 <link rel="stylesheet" href="styles.css">
3 </head>
4 <body>
5+<div class="links"><a href="index.html">&larr; Back to job</a></div>
6 <h1>
7   {{.SessionShort}}
8   <span class="status status-{{.SessionStatus}}">{{.SessionStatus}}</span>