From 813b9e28d13e1935f24be0fa0460880be2db9806 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 19 Jan 2022 15:48:39 +0100 Subject: Fix typo in the dashboard --- ogcp/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/dashboard.html') 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', -- cgit v1.2.3-18-g5258