mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
In the client view list, only show running allocations count for each client, rather than include already completed tasks. This is done for two reasons: First, consitency with the CLI: `nomad node status --allocs` only shows running allocs. Second, and more importantly, the count is useful to estimate how loaded the clients are. Allocs that have completed (but not GCed yet) have very little value to operators.