We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0b5605 + 8ad8d31 commit 69aed84Copy full SHA for 69aed84
deps/rabbitmq_management/priv/www/js/tmpl/overview.ejs
@@ -27,7 +27,7 @@
27
if (vhosts[i].cluster_state[vhost_status_node] != 'running') {
28
%>
29
<p class="warning">
30
- Virtual host <b><%= vhosts[i].name %></b> experienced an error on node <b><%= vhost_status_node %></b> and may be inaccessible
+ Virtual host <b><%= fmt_string(vhosts[i].name) %></b> experienced an error on node <b><%= fmt_string(vhost_status_node) %></b> and may be inaccessible
31
</p>
32
<% }}} %>
33
</div>
0 commit comments