From eb588ccb974e5a52dd12487b1bcbd5c530d3b87d Mon Sep 17 00:00:00 2001 From: sbgap Date: Thu, 16 May 2024 13:59:41 +0200 Subject: [PATCH 1/2] feat: add search to alerts history view --- src/App.vue | 2 +- src/views/History.vue | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 957e329d..b12623f3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -129,7 +129,7 @@ Date: Thu, 16 May 2024 14:03:19 +0200 Subject: [PATCH 2/2] fix: add title to history view --- src/views/History.vue | 65 +++++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 30 deletions(-) diff --git a/src/views/History.vue b/src/views/History.vue index 5393fbd0..895b5074 100644 --- a/src/views/History.vue +++ b/src/views/History.vue @@ -1,40 +1,45 @@