From e9a228ca32ac98d7a0ab2262173b201ec6d50b1d Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Sun, 29 Oct 2023 11:54:56 +0100 Subject: [PATCH] Add download control for all events to Log view. The log until now offered a download control only in sequence view mode. With this change, download is available (albeit not in all formats) for the entire log. To download events for a selection of dates (constrained by day, week or month) the user should use the Calendar view instead. --- lib/www/client/source/src/views/Log.vue | 43 +++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/lib/www/client/source/src/views/Log.vue b/lib/www/client/source/src/views/Log.vue index b4deb19..b0adfac 100644 --- a/lib/www/client/source/src/views/Log.vue +++ b/lib/www/client/source/src/views/Log.vue @@ -86,6 +86,49 @@ >PDF + + + + + Seis+JSON + + JSON + YAML + CSV + + +