Adjust the main location too

This commit is contained in:
Joshua Boniface 2023-02-23 10:32:31 -05:00
parent 6865979e08
commit 7f57c6dbf7
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ def cluster_detail():
if health != "N/A": if health != "N/A":
health += "%" health += "%"
primary_node = cluster_details["data"]["primary_node"] primary_node = cluster_details["data"]["primary_node"]
pvc_version = cluster_details["data"].get("pvc_version", "N/A") pvc_version = cluster_details["data"].get("pvc_version", "< 0.9.62")
nodes = str(cluster_details["data"]["nodes"]["total"]) nodes = str(cluster_details["data"]["nodes"]["total"])
vms = str(cluster_details["data"]["vms"]["total"]) vms = str(cluster_details["data"]["vms"]["total"])
networks = str(cluster_details["data"]["networks"]) networks = str(cluster_details["data"]["networks"])