From 28a378623d9ba3fa51d8cd6616b1adbc1d5fbe5a Mon Sep 17 00:00:00 2001 From: perfectra1n Date: Thu, 4 May 2023 22:39:59 -0700 Subject: [PATCH] Show the names of the datastores in the graph --- VMware vSphere - Datastore.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VMware vSphere - Datastore.json b/VMware vSphere - Datastore.json index ac081a6..37e4ac9 100644 --- a/VMware vSphere - Datastore.json +++ b/VMware vSphere - Datastore.json @@ -452,7 +452,7 @@ "properties": [ { "id": "displayName", - "value": "Used Capacity" + "value": "${__field.displayName} Used Capacity" }, { "id": "color", @@ -471,7 +471,7 @@ "properties": [ { "id": "displayName", - "value": "Free Capacity" + "value": "${__field.displayName} Free Capacity" }, { "id": "color", @@ -856,4 +856,4 @@ "uid": "nr_QGP0iz", "version": 5, "weekStart": "" -} \ No newline at end of file +}