Merge default
This commit is contained in:
commit
53056fe985
|
|
@ -26,7 +26,6 @@ var SORT_QUERIES = map(['/connections', '/channels', '/vhosts', '/users',
|
|||
var KNOWN_ARGS = {'alternate-exchange': {'short': 'AE', 'type': 'string'},
|
||||
'x-message-ttl': {'short': 'TTL', 'type': 'int'},
|
||||
'x-expires': {'short': 'Exp', 'type': 'int'},
|
||||
'x-ha-policy': {'short': 'HA', 'type': 'string'},
|
||||
'x-dead-letter-exchange': {'short': 'DLX', 'type': 'string'},
|
||||
'x-dead-letter-routing-key': {'short': 'DLK', 'type': 'string'}};
|
||||
|
||||
|
|
|
|||
|
|
@ -130,17 +130,6 @@
|
|||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<label for="mirroring">Mirror:</label>
|
||||
</th>
|
||||
<td>
|
||||
<select id="mirroring" name="x-ha-policy">
|
||||
<option value="">Do not mirror</option>
|
||||
<option value="all">Across all nodes</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<% } %>
|
||||
<tr>
|
||||
<th><label>Auto delete: <span class="help" id="queue-auto-delete"></span></label></th>
|
||||
|
|
|
|||
Loading…
Reference in New Issue