This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ var COLUMNS =
66
66
'Message rates' : [ [ 'rate-in' , 'rate in' , true ] ,
67
67
[ 'rate-out' , 'rate out' , true ] ] } ,
68
68
'queues' :
69
- { 'Overview' : [ [ 'features' , 'Features (with policy)' , true ] ,
69
+ { 'Overview' : [ [ 'type' , 'Type' , true ] ,
70
+ [ 'features' , 'Features (with policy)' , true ] ,
70
71
[ 'features_no_policy' , 'Features (no policy)' , false ] ,
71
72
[ 'policy' , 'Policy' , false ] ,
72
73
[ 'consumers' , 'Consumer count' , false ] ,
Original file line number Diff line number Diff line change 24
24
< % if (nodes_interesting) { % >
25
25
< th>< %= fmt_sort (' Node' , ' node' ) % >< / th>
26
26
< % } % >
27
+ < % if (show_column (' queues' , ' type' )) { % >
28
+ < th>< %= fmt_sort (' Type' , ' type' ) % >< / th>
29
+ < % } % >
27
30
< % if (show_column (' queues' , ' features' )) { % >
28
31
< th> Features< / th>
29
32
< % } % >
111
114
< % } % >
112
115
< / td>
113
116
< % } % >
117
+ < % if (show_column (' queues' , ' type' )) { % >
118
+ < td>< %= fmt_string (queue .arguments [' x-queue-type' ], ' ' ) % >< / td>
119
+ < % } % >
114
120
< % if (show_column (' queues' , ' features' )) { % >
115
121
< td class = " c" >
116
122
< %= fmt_features_short (queue) % >
You can’t perform that action at this time.
0 commit comments