Skip to content

Commit

Permalink
Merge pull request #232 from kit-ty-kate/improve-ui-1
Browse files Browse the repository at this point in the history
UI: Hide full results by default
  • Loading branch information
kit-ty-kate authored Sep 5, 2023
2 parents f31b0a3 + 1f3ae1a commit ab86f27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web-ui/github.ml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,9 @@ let link_jobs ~owner ~name ~hash ?selected jobs =
]
in
error_tree @ [
h2 [txt "Full results"];
full_tree
details
(summary [b [txt "Full results"]])
[full_tree]
]

let short_hash = Astring.String.with_range ~len:6
Expand Down

0 comments on commit ab86f27

Please sign in to comment.