style(telemetry): dim the Locust annotation colour

Match the other dashboards: `rgb(15, 122, 102)` instead of the brighter
`rgb(25, 158, 112)`, still clear of the separation floors against the JMeter grey.
This commit is contained in:
Pratik Mankawde
2026-08-20 19:16:54 +01:00
parent b8d6307af2
commit 475bb5ba91

View File

@@ -37,7 +37,7 @@
},
"enable": true,
"hide": false,
"iconColor": "rgb(25, 158, 112)",
"iconColor": "rgb(15, 122, 102)",
"name": "Perf Runs (Locust)",
"target": {
"limit": 100,