Commit 154dce5
committed
fix(quota-stats): show providers with quota data even if zero requests
Previously, providers were hidden from the TUI if they had 0 total_requests.
This meant quota-tracked providers like Lightning AI would never appear until
a request was made through them.
Now providers are included if they have either:
- Any requests (existing behaviour)
- Any quota group with a populated limit (new: shows quota-only providers)1 parent 84215e2 commit 154dce5
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
528 | | - | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
529 | 538 | | |
530 | 539 | | |
531 | 540 | | |
| |||
0 commit comments