[增添]添加了CPU核心数量显示stat
This commit is contained in:
@@ -39,8 +39,8 @@ class CPUStatus extends ChartWidget
|
||||
[
|
||||
'label' => 'CPU 占用情况',
|
||||
'data' => $data,
|
||||
'backgroundColor' => ['#FBD1B7', '#E0F5B9'], // 柔和颜色
|
||||
'borderColor' => ['#FBD1B7', '#E0F5B9'], // 边框颜色
|
||||
'backgroundColor' => ['#FF8080', '#E0F5B9'], // 柔和颜色
|
||||
'borderColor' => ['#FF8080', '#E0F5B9'], // 边框颜色
|
||||
'borderWidth' => 1, // 边框宽度
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user