Merge default

This commit is contained in:
Simon MacMullen 2012-09-14 16:17:37 +01:00
commit 53056fe985
2 changed files with 0 additions and 12 deletions

View File

@ -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'}};

View File

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