1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
Daniel Neto 2024-09-20 15:24:33 -03:00
parent a4844df842
commit 03c59d15d5

View file

@ -43,7 +43,7 @@
{ {
label: 'Free', label: 'Free',
data: [(freeSpace / (1024 * 1024 * 1024)).toFixed(2)], data: [(freeSpace / (1024 * 1024 * 1024)).toFixed(2)],
backgroundColor: '#36A2EB33' backgroundColor: '#36A2EB22'
} }
] ]
}; };