fix dashboard description

This commit is contained in:
Hannes Huber 2020-02-08 14:07:50 +01:00
parent a7f63c65ca
commit 2d2258d02e

View File

@ -140,7 +140,7 @@
<h2>Lagereffizienz</h2>
<canvas id="warehouse-ef"></canvas>
<script>
chart('warehouse-ef', 'Lagerauslastung', [80, 70, 60, 75, 54], "%")
chart('warehouse-ef', 'Lagereffizienz', [80, 70, 60, 75, 54], "%")
</script>
</section>
<section class="spacer"></section>