mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Changed to display 4 Ampeln in Widget
This commit is contained in:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user