Skip to content

Commit

Permalink
result_summary templates: "toggle" log snippets rather than "show"
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Cañuelo <[email protected]>
  • Loading branch information
r-c-n committed Mar 27, 2024
1 parent b2097fb commit 7e179c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ expects the following input parameters:
<button class="btn btn-primary" type="button" data-bs-toggle="collapse"
data-bs-target="#logSnippet" aria-expanded="false"
aria-controls="logSnippet">
Show log snippets
Toggle log snippets
</button>
<div class="alert alert-danger" role="alert">
<strong>NOTE</strong>: The test snippets show the last lines of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ expects the following input parameters:
<button class="btn btn-primary" type="button" data-bs-toggle="collapse"
data-bs-target="#logSnippet" aria-expanded="false"
aria-controls="logSnippet">
Show log snippets
Toggle log snippets
</button>
<div class="alert alert-danger" role="alert">
<strong>NOTE</strong>: The test snippets show the last lines of
Expand Down

0 comments on commit 7e179c2

Please sign in to comment.