Don't just show "" when we have counts but no rates.
This commit is contained in:
parent
bac2228999
commit
5a043f2a7a
|
|
@ -131,6 +131,10 @@ function message_rates(stats) {
|
|||
res += 'msg/s</div>';
|
||||
}
|
||||
}
|
||||
|
||||
if (res == "") {
|
||||
res = '<p>Waiting for message rates...</p>';
|
||||
}
|
||||
}
|
||||
else {
|
||||
res = '<p>Currently idle</p>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue