diff options
Diffstat (limited to 'ogcp/templates')
-rw-r--r-- | ogcp/templates/dashboard.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/dashboard.html b/ogcp/templates/dashboard.html index bf2fa09..21d1d70 100644 --- a/ogcp/templates/dashboard.html +++ b/ogcp/templates/dashboard.html @@ -105,7 +105,7 @@ const diskChartConfig = { type: 'doughnut', data: { - labels: ['Used', 'Availabel'], + labels: ['Used', 'Available'], datasets: [ { label: 'Disk usage', |