Skip to content

Commit

Permalink
use correct data-sort-key for consumers (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 authored Sep 9, 2024
1 parent 067b287 commit 6bcf42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/consumers.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<th data-sort-key="vhost">Virtual host</th>
<th data-sort-key="queue">Queue</th>
<th data-sort-key="channel">Channel</th>
<th data-sort-key="consumer-tag" class="left">Consumer tag</th>
<th data-sort-key="consumer_tag" class="left">Consumer tag</th>
<th>Ack required</th>
<th>Exclusive</th>
<th data-sort-key="prefetch" class="right">Prefetch count</th>
<th data-sort-key="prefetch_count" class="right">Prefetch count</th>
<th></th>
</tr>
</thead>
Expand Down

0 comments on commit 6bcf42c

Please sign in to comment.