Add missing data fields for creating dynamic shovels.
This was missed when the shovel was refactored. [#153771428]
This commit is contained in:
parent
f9f3fd1f98
commit
19a1783c3e
|
|
@ -272,18 +272,19 @@
|
|||
For more options <a href="#/dynamic-shovels">see the shovel
|
||||
interface</a>.
|
||||
</p>
|
||||
<form action="#/shovel-parameters" method="put">
|
||||
<form action="#/shovel-parameters-move-messages" method="put">
|
||||
<input type="hidden" name="component" value="shovel"/>
|
||||
<input type="hidden" name="vhost" value="<%= fmt_string(queue.vhost) %>"/>
|
||||
<input type="hidden" name="name" value="Move from <%= fmt_string(queue.name) %>"/>
|
||||
<input type="hidden" name="src-uri" value="amqp:///<%= esc(queue.vhost) %>"/>
|
||||
<input type="hidden" name="src-queue" value="<%= fmt_string(queue.name) %>"/>
|
||||
|
||||
<input type="hidden" name="src-protocol" value="amqp091"/>
|
||||
<input type="hidden" name="src-prefetch-count" value="1000"/>
|
||||
<input type="hidden" name="src-delete-after" value="queue-length"/>
|
||||
<input type="hidden" name="dest-protocol" value="amqp091"/>
|
||||
<input type="hidden" name="dest-uri" value="amqp:///<%= esc(queue.vhost) %>"/>
|
||||
<input type="hidden" name="prefetch-count" value="1000"/>
|
||||
<input type="hidden" name="add-forward-headers" value="false"/>
|
||||
<input type="hidden" name="dest-add-forward-headers" value="false"/>
|
||||
<input type="hidden" name="ack-mode" value="on-confirm"/>
|
||||
<input type="hidden" name="delete-after" value="queue-length"/>
|
||||
<input type="hidden" name="redirect" value="#/queues"/>
|
||||
|
||||
<table class="form">
|
||||
|
|
|
|||
Loading…
Reference in New Issue