Don't update the bindings form...
This commit is contained in:
parent
f689203daa
commit
1911eed2bf
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
<div class="section-hidden">
|
||||
<h2>Bindings</h2>
|
||||
<div class="hider updatable">
|
||||
<div class="hider">
|
||||
<% if (exchange.name == "") { %>
|
||||
<h3>Default exchange</h3>
|
||||
<p>
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
<% } else { %>
|
||||
<% if (bindings_destination.length > 0) { %>
|
||||
<h3>Incoming to <b><%= fmt_exchange(exchange.name) %></b></h3>
|
||||
<table class="bindings">
|
||||
<table class="bindings updatable">
|
||||
<tr>
|
||||
<td>
|
||||
<%= format('bindings', {'mode': 'exchange_destination', 'bindings': bindings_destination}) %>
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
</table>
|
||||
<% } %>
|
||||
<h3>Outgoing from <b><%= fmt_exchange(exchange.name) %></b></h3>
|
||||
<table class="bindings">
|
||||
<table class="bindings updatable">
|
||||
<tr>
|
||||
<td class="binding-endpoint">
|
||||
<span class="object"><%= fmt_exchange(exchange.name) %></span>
|
||||
|
|
|
|||
|
|
@ -105,9 +105,9 @@
|
|||
|
||||
<div class="section-hidden">
|
||||
<h2>Bindings</h2>
|
||||
<div class="hider updatable">
|
||||
<div class="hider">
|
||||
<h3>Incoming to <b><%= queue.name %></b></h3>
|
||||
<table class="bindings">
|
||||
<table class="bindings updatable">
|
||||
<tr>
|
||||
<td>
|
||||
<%= format('bindings', {'mode': 'queue', 'bindings': bindings}) %>
|
||||
|
|
|
|||
Loading…
Reference in New Issue