Showing value for global

This commit is contained in:
Nikhil Kadam
2025-05-20 12:27:21 +05:30
parent d5ec36d0b2
commit 558ff4535b

View File

@@ -1475,7 +1475,10 @@ class TelemetryController extends Controller
$data[] = [
'title' => $title,
'global' => $globalValueColor,
'global' => [
'value' => $globalRaw,
'color' => $globalValueColor,
],
'data' => $response
];
}