1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Reverse logbook

This commit is contained in:
Paulus Schoutsen
2015-09-13 01:07:11 -07:00
parent d069489d09
commit dc5f86223f

View File

@@ -43,7 +43,7 @@ export default new Polymer({
type: Array,
bindNuclear: [
logbookGetters.currentEntries,
(entries) => entries.toArray(),
(entries) => entries.reverse().toArray(),
],
},