Skip to content

Commit

Permalink
Merge pull request #22051 from kwakiutlCS/resteasy_reactive_endpoint_…
Browse files Browse the repository at this point in the history
…scores_fix

Fix RESTEasy Reactive endpoint scores template
  • Loading branch information
geoand authored Dec 9, 2021
2 parents 07e923a + a4b8f1e commit eb56458
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 eb56458

Please sign in to comment.