Merge pull request #3122 from dentarg/federation-upstreams/escape_consumer-tag

Escape the consumer-tag value in federation mgmt
This commit is contained in:
Michael Klishin 2021-06-19 19:27:06 +08:00 committed by GitHub
commit f01f0f2d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>