Docker desktop and healthcheck

I am using the HEALTHCHECK command to create a container healthcheck calling a custom application endpoint. I can see the health check result using docker ps -a for example but I can not see the status change in Docker Desktop.

Is there any way to show the healthcheck result in Docker Desktop?

Thanks in advance