Skip to content

Commit

Permalink
Fix columns in Performance dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer buringerst@vmware.com
  • Loading branch information
sbueringer committed Sep 8, 2023
1 parent 58557b7 commit f2822e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@
},
"renameByName": {
"Value": "Time until Ready",
"Value #A": "Time until InfrastructureReady",
"Value #A": "Time until Ready",
"Value #B": "Creation Timestamp",
"Value #C": "Time until last Machine NodeHealthy",
"Value #D": "# CP",
Expand Down Expand Up @@ -3835,7 +3835,7 @@
},
"renameByName": {
"Value": "Time until Ready",
"Value #A": "Time until BootstrapReady",
"Value #A": "Time until Ready",
"Value #B": "Creation Timestamp",
"Value #C": "Time until NodeHealthy",
"name": "KubeadmConfig Name"
Expand Down Expand Up @@ -4349,7 +4349,7 @@
},
"renameByName": {
"Value": "Time until Ready",
"Value #A": "Time until BootstrapReady",
"Value #A": "Time until Ready",
"Value #B": "Creation Timestamp",
"Value #C": "Time until NodeHealthy",
"name": "KubeadmConfig Name"
Expand Down

0 comments on commit f2822e0

Please sign in to comment.