Update system_status.php (#6142)

This commit is contained in:
AlexC 2021-11-19 16:40:03 -07:00 committed by GitHub
parent 2a4550c910
commit b571aebbf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
const cpu_usage_chart_config = {
type: 'doughnut',
data: cpu_chart_usage_data,
data: cpu_usage_chart_data,
options: {
responsive: true,
maintainAspectRatio: false,