mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Reverse logbook
This commit is contained in:
@@ -43,7 +43,7 @@ export default new Polymer({
|
||||
type: Array,
|
||||
bindNuclear: [
|
||||
logbookGetters.currentEntries,
|
||||
(entries) => entries.toArray(),
|
||||
(entries) => entries.reverse().toArray(),
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user