From 912fd8089ed862213bfec0782d9aed209808e2a8 Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 25 Oct 2023 22:29:41 +0100 Subject: [PATCH] Feature search logs (#182) * feature: search logs wip * feature: Log search --- webui/index.html | 6 +++++- webui/js/marshaller.js | 3 ++- webui/main.js | 27 +++++++++++++++++++++++++++ webui/style.css | 24 +++++++++++++++++++++--- 4 files changed, 55 insertions(+), 5 deletions(-) diff --git a/webui/index.html b/webui/index.html index dd8c19c..0a9cc26 100644 --- a/webui/index.html +++ b/webui/index.html @@ -35,9 +35,13 @@