Skip to content

Commit

Permalink
Fix RESTEasy Reactive endpoint scores template
Browse files Browse the repository at this point in the history
(cherry picked from commit a4b8f1e)
  • Loading branch information
Ricardo Rodrigues authored and gsmet committed Dec 9, 2021
1 parent 7d35643 commit c4a7a86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
</div>
{/if}
{#if !endpoint.requestFilterEntries.isEmpty()}
<div class="col-2 showfilters" style="text-align: right;" data-toggle="collapse" data-target="#filter{count}">
<div class="col-2 showfilters" style="text-align: right;" data-toggle="collapse" data-target="#filter{endpoint_count}">
Filters:
</div>
<div class="col-10 showfilters" data-toggle="collapse" data-target="#filter{endpoint_count}">
Expand Down

0 comments on commit c4a7a86

Please sign in to comment.