mirror of https://git.48k.eu/ogcp
Fix typo in the dashboard
parent
73963a0273
commit
813b9e28d1
|
@ -105,7 +105,7 @@
|
|||
const diskChartConfig = {
|
||||
type: 'doughnut',
|
||||
data: {
|
||||
labels: ['Used', 'Availabel'],
|
||||
labels: ['Used', 'Available'],
|
||||
datasets: [
|
||||
{
|
||||
label: 'Disk usage',
|
||||
|
|
Loading…
Reference in New Issue