Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit eb0711c

Browse files
committed
Set msg rates in overview to global and basic in queue pages
[#165377789]
1 parent 29f8b99 commit eb0711c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

priv/www/js/main.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,9 +1589,15 @@ function get_chart_range_type(arg) {
15891589
if (arg === 'lengths-over') {
15901590
return 'global';
15911591
}
1592+
if (arg === 'msg-rates-over') {
1593+
return 'global';
1594+
}
15921595
if (arg === 'lengths-q') {
15931596
return 'basic';
15941597
}
1598+
if (arg === 'msg-rates-q') {
1599+
return 'basic';
1600+
}
15951601
if (arg === 'queues') {
15961602
return 'basic';
15971603
}

0 commit comments

Comments
 (0)