diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-01-19 15:48:39 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-01-19 15:48:39 +0100 |
commit | 813b9e28d13e1935f24be0fa0460880be2db9806 (patch) | |
tree | 69b8d21e72b411c33583c95831bf2b6024c763df /ogcp/templates/dashboard.html | |
parent | 73963a0273b64cb3fb8dedcd0886dcfaf92dfc20 (diff) |
Fix typo in the dashboard
Diffstat (limited to 'ogcp/templates/dashboard.html')
-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', |