Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 08b5da7

Browse files
committed
Fixed sort on timeline view
1 parent 90a53ec commit 08b5da7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/timeline-controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@
155155
get: eventService.getAll,
156156
options: {
157157
limit: 15,
158-
mode: 'summary'
158+
mode: 'summary',
159+
sort: '-date'
159160
},
160161
source: vm._source + '.Events'
161162
};

0 commit comments

Comments
 (0)