Showing value for global
This commit is contained in:
@@ -1475,7 +1475,10 @@ class TelemetryController extends Controller
|
||||
|
||||
$data[] = [
|
||||
'title' => $title,
|
||||
'global' => $globalValueColor,
|
||||
'global' => [
|
||||
'value' => $globalRaw,
|
||||
'color' => $globalValueColor,
|
||||
],
|
||||
'data' => $response
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user