File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deps/rabbitmq_management/priv/www/js/tmpl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
</table >
77
77
78
78
<% if (! disable_stats) { % >
79
- < table class = " facts facts-l" >
79
+ < table class = " facts facts-l" id = " details-queue-stats-table " >
80
80
< tr>
81
81
< th> State< / th>
82
82
< td>< %= fmt_object_state (queue) % >< / td>
83
83
< / tr>
84
84
< % if (queue .consumers ) { % >
85
85
< tr>
86
86
< th> Consumers< / th>
87
- < td>< %= fmt_string (queue .consumers ) % >< / td>
87
+ < td id = " consumers " >< %= fmt_string (queue .consumers ) % >< / td>
88
88
< / tr>
89
89
< % } else if (queue .hasOwnProperty (' consumer_details' )) { % >
90
90
< tr>
91
91
< th> Consumers< / th>
92
- < td>< %= fmt_string (queue .consumer_details .length ) % >< / td>
92
+ < td id = " consumers " >< %= fmt_string (queue .consumer_details .length ) % >< / td>
93
93
< / tr>
94
94
< % } % >
95
95
< % if (is_classic (queue)) { % >
You can’t perform that action at this time.
0 commit comments