Skip to content

Commit

Permalink
Merge pull request guardian#4198 from guardian/reaper/ui-monospace-di…
Browse files Browse the repository at this point in the history
…splay
  • Loading branch information
twrichards authored Nov 24, 2023
2 parents 6de6fd8 + 7bce9a7 commit 50aaa74
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 50aaa74

Please sign in to comment.