File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
deps/rabbitmq_shovel_management/priv/www/js Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,19 @@ HELP['shovel-amqp10-auto-delete'] =
148
148
<dt><code>After num messages</code></dt>\
149
149
<dd>The shovel will delete itself after the given number of messages have been transferred.</dd>\
150
150
</dl>' ;
151
+
152
+ HELP [ 'shovel-remaining-counter' ] =
153
+ 'When not <code>unlimited</code>: number of messages left to transfer before this shovel will be deleted.' ;
154
+
155
+ HELP [ 'shovel-remaining-unacked-counter' ] =
156
+ 'When ack mode is <code>on-confirm</code> and Remaining is not <code>unlimited</code>: number of messages not yet acknowledged at the source.' ;
157
+
158
+ HELP [ 'shovel-pending-counter' ] =
159
+ 'When destination connection is blocked or doesn\'t have enough credits: number of messages that were cached.' ;
160
+
161
+ HELP [ 'shovel-forwarded-counter' ] =
162
+ 'Number of forwarded messages.' ;
163
+
151
164
function remove_params_with ( sammy , prefix ) {
152
165
for ( var i in sammy . params ) {
153
166
if ( i . startsWith ( prefix ) ) {
Original file line number Diff line number Diff line change 17
17
< th> Virtual Host< / th>
18
18
< % } % >
19
19
< th> State< / th>
20
- < th> Remaining< / th>
21
- < th> Remaining Unacked< / th>
22
- < th> Pending< / th>
23
- < th> Forwarded< / th>
20
+ < th> Remaining < span class = " help " id = " shovel-remaining-counter " >< / span > </ th>
21
+ < th> Remaining Unacked < span class = " help " id = " shovel-remaining-unacked-counter " >< / span > </ th>
22
+ < th> Pending < span class = " help " id = " shovel-pending-counter " >< / span > </ th>
23
+ < th> Forwarded < span class = " help " id = " shovel-forwarded-counter " >< / span > </ th>
24
24
< th colspan= " 3" > Source< / th>
25
25
< th colspan= " 3" > Destination< / th>
26
26
< th> Last changed< / th>
You can’t perform that action at this time.
0 commit comments