Skip to content

Commit

Permalink
Merge pull request #3122 from dentarg/federation-upstreams/escape_con…
Browse files Browse the repository at this point in the history
…sumer-tag

Escape the consumer-tag value in federation mgmt

(cherry picked from commit f01f0f2)
  • Loading branch information
michaelklishin committed Jun 19, 2021
1 parent aa5bfd6 commit 08beb82
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@
<td class="r"><%= fmt_time(upstream.value['message-ttl'], 'ms') %></td>
<td class="r"><%= fmt_string(upstream.value['ha-policy']) %></td>
<td class="r"><%= fmt_string(upstream.value['queue']) %></td>
<td class="r"><%= upstream.value['consumer-tag'] %></td>
<td class="r"><%= fmt_string(upstream.value['consumer-tag']) %></td>
</tr>
<% } %>
</tbody>
Expand Down

0 comments on commit 08beb82

Please sign in to comment.