mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Update
This commit is contained in:
parent
e250ccc174
commit
a4844df842
1 changed files with 3 additions and 3 deletions
|
@ -33,17 +33,17 @@
|
||||||
{
|
{
|
||||||
label: 'System',
|
label: 'System',
|
||||||
data: [(actualUsedSpace / (1024 * 1024 * 1024)).toFixed(2)],
|
data: [(actualUsedSpace / (1024 * 1024 * 1024)).toFixed(2)],
|
||||||
backgroundColor: '#36A2EB99'
|
backgroundColor: '#36A2EB77'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Videos',
|
label: 'Videos',
|
||||||
data: [(directoryUsage / (1024 * 1024 * 1024)).toFixed(2)],
|
data: [(directoryUsage / (1024 * 1024 * 1024)).toFixed(2)],
|
||||||
backgroundColor: '#36A2EBAA'
|
backgroundColor: '#36A2EBCC'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Free',
|
label: 'Free',
|
||||||
data: [(freeSpace / (1024 * 1024 * 1024)).toFixed(2)],
|
data: [(freeSpace / (1024 * 1024 * 1024)).toFixed(2)],
|
||||||
backgroundColor: '#36A2EB55'
|
backgroundColor: '#36A2EB33'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue