Skip to content

Commit b22331c

Browse files
authored
Merge pull request #57 from coder/ssncferreira/fix-prebuilds-panel-colors
fix: workspace build latency panel colors
2 parents 11a51b6 + 9852c43 commit b22331c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

coder-observability/templates/dashboards/_dashboards_prebuilds.json.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@
10611061
{
10621062
"matcher": {
10631063
"id": "byName",
1064-
"options": "Prebuilt Claim"
1064+
"options": "Prebuild Claim"
10651065
},
10661066
"properties": [
10671067
{
@@ -1235,7 +1235,7 @@
12351235
{
12361236
"matcher": {
12371237
"id": "byName",
1238-
"options": "Prebuilt Claim"
1238+
"options": "Prebuild Claim"
12391239
},
12401240
"properties": [
12411241
{

compiled/resources.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3571,7 +3571,7 @@ data:
35713571
{
35723572
"matcher": {
35733573
"id": "byName",
3574-
"options": "Prebuilt Claim"
3574+
"options": "Prebuild Claim"
35753575
},
35763576
"properties": [
35773577
{
@@ -3745,7 +3745,7 @@ data:
37453745
{
37463746
"matcher": {
37473747
"id": "byName",
3748-
"options": "Prebuilt Claim"
3748+
"options": "Prebuild Claim"
37493749
},
37503750
"properties": [
37513751
{

0 commit comments

Comments
 (0)