In the Dashboard → Overview and Dashboard → Traffic sections, the number of active services is displayed with a maximum cap of 10.
I have significantly more active services, and this cap causes the displayed number to be misleading. As a result, it’s difficult to get a clear overview of how many services are actually active.
I think it is related to those files (sections with .slice(0, 10)):
What is the reason for this limitation? Is it possible to increase this number, or make it configurable via a config option?
Thanks
In the Dashboard → Overview and Dashboard → Traffic sections, the number of active services is displayed with a maximum cap of 10.
I have significantly more active services, and this cap causes the displayed number to be misleading. As a result, it’s difficult to get a clear overview of how many services are actually active.
I think it is related to those files (sections with
.slice(0, 10)):What is the reason for this limitation? Is it possible to increase this number, or make it configurable via a config option?
Thanks