Changed to display 4 Ampeln in Widget

This commit is contained in:
Cris
2022-10-25 14:35:38 +02:00
parent a1ccd392f5
commit 630c1bc2bc
@@ -14,7 +14,7 @@ export default {
],
computed: {
widgetAmpeln () {
return this.ampeln.slice(0, 2); // show only newest 2 ampeln
return this.ampeln.slice(0, 4); // show only newest 4 ampeln
},
offcanvasAmpeln ()
{