mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(home): add node count to endpoint list. (#4793)
* feat(home): add node count to endpoint list. * feat(home): add node count beside docker version
This commit is contained in:
parent
36fcbb9e18
commit
52d4296c08
3 changed files with 6 additions and 0 deletions
|
@ -119,6 +119,7 @@ type (
|
|||
ImageCount int `json:"ImageCount"`
|
||||
ServiceCount int `json:"ServiceCount"`
|
||||
StackCount int `json:"StackCount"`
|
||||
NodeCount int `json:"NodeCount"`
|
||||
SnapshotRaw DockerSnapshotRaw `json:"DockerSnapshotRaw"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue