Fix link to exchange details

This commit is contained in:
Arnaud Cogoluègnes 2019-07-22 11:57:15 +02:00
parent 8e433df6ac
commit 8941223fce
1 changed files with 1 additions and 1 deletions

View File

@ -743,7 +743,7 @@ function link_channel(name) {
function link_exchange(vhost, name, args) {
var url = esc(vhost) + '/' + (name == '' ? 'amq.default' : esc(name));
return _link_to(fmt_exchange0(highlight_extra_whitespace(name), '#/exchanges/' + url, true, args));
return _link_to(fmt_exchange0(highlight_extra_whitespace(name)), '#/exchanges/' + url, true, args);
}
function link_queue(vhost, name, args) {