Right now there is no inbuilt dashboard giving this information. However, it's easy to develop one using the Databricks REST API for clusters.
List API will list the clusters and based on the STATE field we can determine if the cluster is up and running or not
Cluster events API gives the details of the events on the cluster. This is useful to see if there are any warnings or issues on the cluster. eg: Driver unresponsive
https://docs.databricks.com/dev-tools/api/latest/clusters.html#list