Skip to content

Commit

Permalink
use monospace for list of reaper files, so letters & numbers line up …
Browse files Browse the repository at this point in the history
…vertically (given soft/hard prefix)
  • Loading branch information
twrichards committed Nov 22, 2023
1 parent 6de6fd8 commit 7bce9a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thrall/app/views/reaper.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ <h1>Reaper</h1>
</form>
}
<h3>Records from last 48 hours (UTC timestamps)</h3>
<div style="font-family: monospace">
@recentRecordKeys.map { key =>
<a href="@routes.ReaperController.reaperRecord(key)">@key</a><br/>
}
</div>
</main>
</body>
</html>

0 comments on commit 7bce9a7

Please sign in to comment.