From 813b9e28d13e1935f24be0fa0460880be2db9806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20S=C3=A1nchez=20Parra?= Date: Wed, 19 Jan 2022 15:48:39 +0100 Subject: [PATCH] Fix typo in the dashboard --- ogcp/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',