Open
Description
Before you start please confirm the following.
- Yes, I've searched similar issues on GitHub.
- Yes, I've checked whether this issue is covered in the Portainer documentation or knowledge base.
Problem Description
The counter for containers does not match on home page and the environment detail page. The counter for containers works correctly for each environment but on the home page, the counter for running containers is the count of both running & healthy containers.
Expected Behavior
On the home page, the counter for running & healthy containers to be displayed correctly.
Actual Behavior
On the home page, the counter for running containers also counts for healthy containers, resulting in overcounting containers.
Steps to Reproduce
- Log into the WebUI.
- Count the containers.
Portainer logs or screenshots
Portainer version
2.19.1
Portainer Edition
Business Edition (BE/EE) with 5NF / 3NF license
Platform and Version
Docker 24.0.6
OS and Architecture
Ubuntu 22.04, ARM 64
Browser
Chrome Latest
What command did you use to deploy Portainer?
sudo docker run -d -p 9443:9443 --name=portainer \
--restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v portainer_data:/data \
portainer/portainer-ee:alpine
Additional Information
No response