mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Reverse logbook
This commit is contained in:
parent
d069489d09
commit
dc5f86223f
@ -43,7 +43,7 @@ export default new Polymer({
|
||||
type: Array,
|
||||
bindNuclear: [
|
||||
logbookGetters.currentEntries,
|
||||
(entries) => entries.toArray(),
|
||||
(entries) => entries.reverse().toArray(),
|
||||
],
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user